Subject | Re: [firebird-support] Intersection |
---|---|
Author | Martijn Tonies |
Post date | 2003-12-12T14:00:12Z |
Hi,
where <whereclause_2>
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Is there some kind to make a Intersection between two select's. OnOnly via:
> Oracle I've made:
>
> Select Col1, Col2 from Table1
> where .....
> Minus
> Select Col1, Col2 from Table1
> where .....
>
> How can I make this on Firebird?
> Select Col1, Col2 from Table1and ID not in (select ID from table1
> where .....
where <whereclause_2>
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com