Folks,
How would I do a select that searches multiple tables, but instead of listing all tables I want to do something like: WHERE TABLE_NAME LIKE 'a%'
I basically want something like this:
SELECT email FROM TABLE_NAME LIKE 'a%' WHERE email ='foo@doo.com';
Thanks



Reply With Quote





Thanks.
Bookmarks