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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.