Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. OracleProgrammerwith

    Query Optimization

    I had a table with 32 columns out of which one is a composite primary key and have 10 foriegn keys. I am writing a simple query with where clause having a composite primary key. But still I am getting cost of the query as 37. Can you please suggest how can i optimize the cost of the query...
  2. OracleProgrammerwith

    CASE STATEMENT WHERE CLAUSE ISSUE

    Hi All , I want to write a case statement in where clause such that if Value is TAG1 then in where clause it will search for TAG2 and TAG3. Value is TAG2 then in where clause it will search for TAG1 and TAG3. Value is TAG3 then in where clause it will search for TAG2 and TAG1. if...

Part and Inventory Search

Back
Top