Hi,

I am trying to get all field names from my table that begin with letter X or Y, however the following statement and many variations I have tried produce an error:

SHOW COLUMNS FROM TABLE LIKE "X%" OR LIKE "Y%"

Any help here would be much appreciated :)



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to