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 -
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
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
3 matches
Mail list logo