Skip to content

Instantly share code, notes, and snippets.

@PadreSVK
Forked from James-McNeill/05_delete_record.sql
Created August 16, 2021 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PadreSVK/74768c1a29c252fa3860b7904563a45e to your computer and use it in GitHub Desktop.
Save PadreSVK/74768c1a29c252fa3860b7904563a45e 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