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