mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-29 07:21:54 +00:00
7 lines
86 B
MySQL
7 lines
86 B
MySQL
|
-- remove old rows (MySQL only)
|
||
|
|
||
|
DELETE FROM
|
||
|
`aliases`
|
||
|
WHERE
|
||
|
`cleanalias`='';
|