Re: How to show the list of tables that I have access to.

From: Andy Smith <smith_at_ebrd.com>
Date: 1995/08/16
Message-ID: <808581260.18515_at_gatekeeper.ebrd.com>#1/1


Try....

select object_name from obj
where object_type = 'TABLE'
/

-- 
***************************************************

* Andy Smith *
* Assistant Database Administrator *
* European Bank for Reconstruction & Development *
* email:- smith_at_ebrd.com *
***************************************************
Received on Wed Aug 16 1995 - 00:00:00 CEST

Original text of this message