Kip,
Monday, October 07, 2002, 4:03:05 AM, you wrote:
KK> Is it possible to do a "show tables" similar to a select statement
KK> where ...
KK> similar to: select field where anotherfield like "ABC%" gives matches
KK> for all "field" which begins with ABC
KK> I'd like to say
KK> show tables li
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