Hi friends,

I know that we can use WILDCARDS in database searches with "LIKE"
...
SELECT * FROM Persons WHERE City LIKE 'sa%'
...

I am wondering if it is possible to search the complete table instead of a 
particular column.
Know what I mean? Like this pseudocode:
...
SELECT * FROM Persons WHERE ANY_COLUMN LIKE 'sa%'
...

Thanks for any hints or workarounds if this is not possible ;-)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to