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 TouchToneTommy 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: ZggZg
  • Content: Threads
  • Order by date
  1. ZggZg

    problem with JOINS

    Hi there, I'm going nuts over an SQL JOIN statement and after trying everything I hope somebody can hint me on this one: Let's say I got the tables comp, cities, countries and the related fields comp.formal_address = cities.city_id comp.informal_address = cities.city_id comp.country_id =...
  2. ZggZg

    query and join two tables on two other tables

    Hi, I've two tables, priv and bedr. I need to find all values for parameter 'x' in fields priv.priv_name, bedr.bedr_name, bedr.bez_name, bedr.verv_name in one query. The table priv contains a foreign key (priv_x_bedr_id) to bedr.bedr_id. SELECT * FROM priv, bedr WHERE priv.priv_name LIKE...

Part and Inventory Search

Back
Top