Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: subset of tables

Re: subset of tables

From: Randy Harris <randy_at_SpamFree.com>
Date: Mon, 28 Mar 2005 22:13:26 GMT
Message-ID: <ak%1e.26323$hU7.20069@newssvr33.news.prodigy.com>


"ew1" <ewanski_at_email.arizona.edu> wrote in message news:1112045462.883971.252540_at_f14g2000cwb.googlegroups.com...
> Thanks!
> I did a
> show tables like 'z%'
> but it gave me an error of
> SQL-I-DEPR-FEATURE, Deprecated Feature: Keyword LIKE used as an
> identifier.
> Thanks for the hint!

As Matt indicated, you need to learn a bit about the data dictionary. At the risk of giving you just enough information to be dangerous, try:

select table_name from user_tables where table_name like 'Z%';

-- 
Randy Harris
(tech at promail dot com)
Received on Mon Mar 28 2005 - 16:13:26 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US