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 Wanet Telecoms Ltd 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: *

  • Users: fotistso
  • Content: Threads
  • Order by date
  1. fotistso

    Proper Use of Indexes

    Hello, I have two tables that are quite big. The first one has 1 million rows and the second around 2 million. My problem is that when i update oracle ignores the index that i have created. My query is like: update table1 a set (a.col1 , a.col2) = (select b.col1, b.col2 from table2 b...

Part and Inventory Search

Back
Top