Skip to content

Instantly share code, notes, and snippets.

@James-McNeill
Created August 16, 2021 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save James-McNeill/ba090829d286988daeb948e64fe68cdc to your computer and use it in GitHub Desktop.
Save James-McNeill/ba090829d286988daeb948e64fe68cdc to your computer and use it in GitHub Desktop.
-- DELETE record from table
DELETE FROM player_details
WHERE player_name = 'Lionel Messi';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment