Skip to content

Commit 9ec04e6

Browse files
Adding delete script
1 parent 9e6aaf7 commit 9ec04e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

delete_productlines.sql

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
delete from productlines where productLine = 'PROD1234';
2+
delete from productlines where productLine = 'PROD1235';
3+
delete from productlines where productLine = 'PROD1236';

0 commit comments

Comments
 (0)