View Single Post
  #2 (permalink)  
Old 03-27-2007, 09:05 PM
amit
 
Posts: n/a
Default Oracle answer. Re: How can you find all tables for a particular value?

[sql]
SELECT * FROM table
[/sql]
show list of all columns
Edit/Delete Message Reply With Quote