5 lines
91 B
SQL
5 lines
91 B
SQL
-- P5-3600: delete spam inquiries
|
|
|
|
DELETE FROM inquiries WHERE email = 'test@858585.com';
|
|
|