Re: How to show the list of tables that I have
From: Andrea Dehling <dehling_at_h01x.nbg.scn.de>
Date: 1995/09/01
Message-ID: <426bvu$45t_at_scnnbg.h01x.nbg.scn.de>#1/1
Date: 1995/09/01
Message-ID: <426bvu$45t_at_scnnbg.h01x.nbg.scn.de>#1/1
In article qpg_at_ringer.cs.utsa.edu, sli_at_runner (Sijian Li) writes:
>
> Hi Folks,
>
> I am in the situation that I forget the name of tables I have created, how can
> I get a list of the tables I have?
>
> Thanks.
>
>
use the following select statement:
select table_name from user_tables;
Andrea
---Received on Fri Sep 01 1995 - 00:00:00 CEST