jasonhuibers
Programmer
A column in my Table1 contains pdfs, docs and xls as attachment types. Is there a query that I can use to delete specific types in that column. IE: delete from table1 where type = 'pdf'
I only want to delete the PDF types....
I only want to delete the PDF types....