Re: [PHP-DB] How to list Oracle table names

2002-11-08 Thread Maxim Maletsky
SELECT * FROM user_tables; will give you the list of tables and properties. I think the table name's columns is called: 'table_name' so this should be: SELECT table_name FROM user_tables; -- Maxim Maletsky [EMAIL PROTECTED] [EMAIL PROTECTED] wrote... : > I'm very new at this. Can I list

[PHP-DB] How to list Oracle table names

2002-11-07 Thread smdief
I'm very new at this. Can I list all the table names in an Oracle database? Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com -- PHP Database Mailing List (http://www.php.net/) To unsu