Consider the query below
[CODE=mysql]SELECT exists1, exists2, non_existant FROM table[/CODE]
If the fileld non_existant does not exist, would it then be possible to get mysql to ignore this field?
[CODE=mysql]SELECT exists1, exists2, non_existant FROM table[/CODE]
If the fileld non_existant does not exist, would it then be possible to get mysql to ignore this field?
Comment