Results 1 to 3 of 3

Thread: How do I find a column with knowing that table name

  1. #1
    Geek_Guest
    Guest

    How do I find a column with knowing that table name

    How do i find a column with knowing that table name?
    I want to modify the column but i dont no the table name.....
    how do i get rid of this?
    Is there any oracle sys command to do such....
    Appreciated ur help.
    Rao.

    Question asked by visitor Rao


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: How do I find a column with knowing that table name

    you mean to say u know the tcolumn name but not the table name .

    right ?


  3. #3
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: How do I find a column with knowing that table name

    You can use this query
    Code:
    select table_name from user_tab_columns where column_name= upper('column_name')
    note:-but if the same column name repeats in multiple tables ,it will show more than one table.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact