3 lines
48 B
MySQL
3 lines
48 B
MySQL
|
DELETE FROM tbl;
|
||
|
|
||
|
DELETE FROM tbl1 WHERE id = 1;
|