Re: [PHP] "show tables" in oracle 8-i

2001-04-13 Thread Adi Wibowo
On Thu, 12 Apr 2001, Dennis Gearon wrote: > I've been looking through the book, and so far, I can't find the command > for 'show tables' in Oracle 8i. Anyone know it? It should be > programmatically available, I would think, as an SQL command. select * from tab; Adi Wibowo -

Re: [PHP] "show tables" in oracle 8-i

2001-04-12 Thread Brian S. Dunworth
At 11:09 AM 4/12/01 -0700, Dennis Gearon wrote: >I've been looking through the book, and so far, I can't find the command >for 'show tables' in Oracle 8i. Anyone know it? It should be >programmatically available, I would think, as an SQL command. SELECT TABLE_NAME FROM ALL_TABLES; - Brian

[PHP] "show tables" in oracle 8-i

2001-04-12 Thread Dennis Gearon
I've been looking through the book, and so far, I can't find the command for 'show tables' in Oracle 8i. Anyone know it? It should be programmatically available, I would think, as an SQL command. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi