I want to delete say 500 select rows in a table. There is a unique column called "pacode". I would like to do something like:
Delete TABLE_NAME where pacode= 'a' , 'b' , 'c'...etc
or
pacode is one of: a, b, c, d....etc
I could not find correct syntax for SQL 6.5
Thanks For your continued Help.
Thanks For your continued Help.