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 strongm 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: Taris
  • Order by date
  1. Taris

    Subquery as a list of values

    Maybe you should post the statement you have problems with. I have problems in understanding these example-statements with 'table1' etc. ;)
  2. Taris

    Subquery as a list of values

    Try it this way: select field1 from table1 where field1 not in '(select field2 from table2 where field2 like 'something')%'; Be carful with the IN-Clause. Postgres is not very fast with IN-Subselects with Version 7.3 and older versions
  3. Taris

    Performance Issue

    Hello, At the moment I am testing a little bit with PostgreSql 7.4.2. Especially I want to find the "best" indexes for specific SQL-Statements. Let me describe a very strange situation. I execute some SQL-Selects on a table. First, the table is not index. I enter a SELECT-statement that...

Part and Inventory Search

Back
Top