/ Gists / Delete from table with alias
On gists

Delete from table with alias

MySql
Delete from table with alias

Delete from table with alias.sql Raw #

DELETE `cl`
FROM `ContentLink` `cl`
WHERE `cl`.`lorder` = 34;