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 gkittelson 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. globalefekt

    INNER JOIN BASED ON NON-EQUALITY - VERY INTERESTING PROBLEM

    r937, I don't know whether you are an android or not but your reply saved my life, thank you man... In both forums ;)
  2. globalefekt

    INNER JOIN BASED ON NON-EQUALITY - VERY INTERESTING PROBLEM

    I have a php script browsing a field from table 1, after user selects one the scripts adds selected field to another table. Now I dont want to browse already added fields. I have a query like this: select table1.f1, table1.f2 from table1, table2 where (table1.f1=32 and table1.f3<>table2.f4)...

Part and Inventory Search

Back
Top