/
Gists
/ Delete from table with alias
On gists
Delete from table with alias
23.5.2014
•
29.8.2015 (aktualizováno)
MySql
Delete from table with alias
Delete from table with alias.sql
Raw
#
DELETE `cl` FROM `ContentLink` `cl` WHERE `cl`.`lorder` = 34;