3 lines
48 B
SQL
3 lines
48 B
SQL
DELETE FROM Products
|
|
WHERE ProductCode = 'test'
|
DELETE FROM Products
|
|
WHERE ProductCode = 'test'
|