This is a discussion on select non-existent column within the MySQL forums, part of the Database Server Software category; --> Suppose I have a select statement with a mixture of knwon and unkown column names. is there a way ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 29 Nov, 15:35, Gremnebulin <peterdjo...@yahoo.com> wrote: > Suppose I have a select statement with a mixture of knwon and unkown > column names. > is there a way to return just the good ones? > TIA remove the ones that don't exist. |