Display records of multiple columns that
Posted By: Adrian at 15:05:00 on Friday the 3rd of August 2007
Hello to all, Is there a way to search columns by using a wildcard. for example: I need to select all the records of all the columns starting with the column name mntU. I've tried the following with no sucess: SELECT mycolumn% from mytable
Basically I just want to list all the records from any column starting with a certain column name. but can't seem to find anything that would help.
I will apreciate your help. Thankyou s