now this sounds logical to me but please, shoot me down if its not. is it possible to do a join on a delete statement in mysql?
i have a table of numbers (invoices, po's) and a table of dates. if i want to delete values before a certain date, i want to join the tables and delete all values from both tables. is that possible?
thanks in advance for the help.
i have a table of numbers (invoices, po's) and a table of dates. if i want to delete values before a certain date, i want to join the tables and delete all values from both tables. is that possible?
thanks in advance for the help.