Jump to content

[SOLVED] delete - empty row


emexinc

Recommended Posts

Assuming you do actually have empty rows i.e. all columns in the row are blank (the default empty string) then you can do

// The following is pseudo-sql, fill in the required parts (< >)
DELETE FROM <table name here> WHERE <column> = '' AND <column> = '' [AND <columnn = ''> [REPEAT!]]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.