Skip to content

Instantly share code, notes, and snippets.

@Kcko
Last active August 29, 2015 14:01
Show Gist options
  • Save Kcko/f9540605e1a0162265d7 to your computer and use it in GitHub Desktop.
Save Kcko/f9540605e1a0162265d7 to your computer and use it in GitHub Desktop.
Delete from table with alias
DELETE `cl`
FROM `ContentLink` `cl`
WHERE `cl`.`lorder` = 34;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment