Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Oracle/OAS
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Oracle/OAS
sql query to check for a table with an expression
Sunitha Mudidani
Greenhorn
Posts: 28
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I need to know the table names that end with some expression like "_EXP" in a schema.
what is the query for that ?
Thanks
Sunitha
Agador Paloi
Ranch Hand
Posts: 118
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Sunitha ,
The query would be :
SELECT table_name
FROM user_tables
where table_name like '%_EXP';
-Agad
rubbery bacon. crispy tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Multiple output for a case condition
Unexpected Token Problem
JPQL: Multiple parameters for SELECT
Jstl Expressions not rendering after database query
Hibernate Criteria Query Problem
More...