1. We have moved to a new forum! There may be a few things not working properly so please let us know if you find a bug. Remember to use the bbCode [ sql ] tag for SQL statements.

How can you find all tables for a particular value?

Discussion in 'SQL - Questions and Answers' started by Vin, Nov 29, 2006.

  1. Vin Guest

    Dialect: Oracle
    I need to find every tables that a certian value is present.
  2. amit Guest

    Dialect: Oracle
    SQL:

    SELECT * FROM table

    show list of all columns

Share This Page