Date: 01/29/01
- Next message: aellist: "[phplib] question about functionality of phplib"
- Previous message: abdel: "[phplib] who to get all table"
- In reply to: abdel: "[phplib] who to get all table"
- Next in thread: aellist: "[phplib] question about functionality of phplib"
- Reply: aellist: "[phplib] question about functionality of phplib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: aellist: "[phplib] question about functionality of phplib"
- Previous message: abdel: "[phplib] who to get all table"
- In reply to: abdel: "[phplib] who to get all table"
- Next in thread: aellist: "[phplib] question about functionality of phplib"
- Reply: aellist: "[phplib] question about functionality of phplib"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

