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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eugene1974

  1. eugene1974

    correlated subqueries

    Hi to all. I'm new to MySQL. I'm using MySQL 3.23.51 Have a simple question: How to find a data from one table which is not in another table. for example I'm writing next statement: SELECT * FROM table1 WHERE data1 NOT IN (SELECT data1 FROM table2) when exwcutin it I get error: "You have...

Part and Inventory Search

Back
Top