Like Syntax
am 05.12.2009 16:59:52 von Victor Subervi
--000e0cd6d1329916b90479fd50b9
Content-Type: text/plain; charset=ISO-8859-1
Hi;
I remember vaguely how to do this but don't know how to google it:
show tables like categories$;
such that it will return tables such as:
categoriesProducts, categoriesPrescriptions, etc.
TIA,
Victor
--000e0cd6d1329916b90479fd50b9--
Re: Like Syntax
am 05.12.2009 17:14:09 von Victor Subervi
--001485394218ab75b00479fd832b
Content-Type: text/plain; charset=ISO-8859-1
On Sat, Dec 5, 2009 at 11:09 AM, Michael Dykman wrote:
> show tables like 'categories%';
>
Thanks.
V
--001485394218ab75b00479fd832b--
Re: Like Syntax
am 07.12.2009 19:43:37 von Johan De Meersman
--005045018102e687a0047a27d5ea
Content-Type: text/plain; charset=ISO-8859-1
Have you considered Reading The *Fine* Manual at
http://dev.mysql.com/doc/#manual ?
On Sat, Dec 5, 2009 at 4:59 PM, Victor Subervi wrote:
> Hi;
> I remember vaguely how to do this but don't know how to google it:
>
> show tables like categories$;
>
> such that it will return tables such as:
>
> categoriesProducts, categoriesPrescriptions, etc.
>
> TIA,
> Victor
>
--005045018102e687a0047a27d5ea--