This website requires JavaScript.
Explore
Help
Sign in
thomasabishop
/
eolas
Watch
1
Star
0
Fork
You've already forked eolas
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0a740ddb65
eolas
/
Databases
/
SQL
/
6_DELETE.md
thomasabishop
0a740ddb65
Restructure cats and tags
2022-08-16 15:31:07 +01:00
146 B
Raw
Blame
History
categories
tags
Databases
Programming_Languages
SQL
SQL: The DELETE query
DELETE
FROM
sales
WHERE
sale_id
=
1
;