Re: [phplib] who to get all table From: Milen A. Radev (milenr <email protected>)
Date: 01/29/01

To receive a result set containing all the tables from a database
in MySQL you have to send this SQL query:

"show tables from <your_db_name>"

Milen A. Radev

PS. To get all the databases send this SQL query - "show databases"

> Hi
>
> how to get all table of database such a request ?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>