Re: List unique records and combine from two tables
- From: "Evertjan." <exjxw.hannivoort@xxxxxxxxxxxx>
- Date: 14 Mar 2009 12:10:40 GMT
Bob Barrows wrote on 14 mrt 2009 in microsoft.public.inetserver.asp.db:
So a join will not do what you want. You need to use a UNION query:
select field1 from table1
union
select field1 from table2
union? Damn, that's the word ;-)
Hi, Bob, does that work in the Jet engine?
<http://www.w3schools.com/sql/sql_union.asp>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
.
- Follow-Ups:
- Re: List unique records and combine from two tables
- From: Bob Barrows
- Re: List unique records and combine from two tables
- References:
- Re: List unique records and combine from two tables
- From: S N
- Re: List unique records and combine from two tables
- From: Bob Barrows
- Re: List unique records and combine from two tables
- Prev by Date: Re: List unique records and combine from two tables
- Next by Date: Re: List unique records and combine from two tables
- Previous by thread: Re: List unique records and combine from two tables
- Next by thread: Re: List unique records and combine from two tables
- Index(es):
Relevant Pages
|