Hi,
How can multiple records be deleted when the select option is used in phpMyAdmin interface?
thanks
Hi Savitha,
Try using the following:
DELETE FROM [TABLENAME] WHERE [FIELD] = '[VALUE]'
Regards,
David