Skip to site navigation (Press enter)
Re: Join 2 tables with same column name (resolved)
Paul Glezen
Tue, 16 Aug 2005 17:59:47 -0700
Thanks, Eric. That worked.
What error are you getting? Did you try updating your query to reference
a.id
and
b.id
by aliases? This should work.
select
a.id as id1
,
b.id as id2
, b.company
from prod a, prod_loc b
where
a.id
= b.company
Previous message
View by thread
View by date
Next message
Reply via email to
Search the site
The Mail Archive home
user-java - all messages
user-java - about the list
Expand
Previous message
Next message