Is it possible to do a "show tables" similar to a select statement
where ...
similar to: select field where anotherfield like "ABC%" gives matches
for all "field" which begins with ABC
I'd like to say
show tables like "ABC%"
ie. to get a list of all tables whose name begins with ABC.
Than
Mysql - how many tables will it handle?
I currently have no access to docs, so forgive me as I'm sure it is
documented.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.c
I need to query a mysql db in the following fashion ...
"find me all records whose column 'n' have the letters 'XY' as the first two
characters." where column 'n' is just a short string
to clarify ...
if column 'n' has the value "YR12345" don't get that record.
if column 'n' has the value "XY
Please address answer to [EMAIL PROTECTED]
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTEC