3 lines
99 B
SQL
3 lines
99 B
SQL
DELETE FROM kind WHERE id = 'r';
|
|
DELETE FROM kind WHERE id = 'c';
|
|
DELETE FROM kind WHERE id = 'a';
|