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 IamaSherpa 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. ssakhri

    URGENT : Need Help on select .. where .. in ( select...)

    Hello, I use mysql and want to use select function as the following : select E.*,c.Name,V.Name,P.Name from Entreprise E,Categorie C,Ville V,Pays P where (C.CategoryCode=E.SubCategoryCode)and(V.CodeVille=E.CodeVille)and(P.CodePays=V.CodePays)and (E.ID in(select ID From table1 where ID>15) ) is...

Part and Inventory Search

Back
Top