Re: get everything from table A that is not in table B
- From: dufffman@xxxxxxxxx
- Date: 22 Dec 2005 11:49:43 -0800
select A.curveId
from A left outer join B
ON(A.id=B.id
where (B.id is NULL)
.
- References:
- get everything from table A that is not in table B
- From: dufffman
- get everything from table A that is not in table B
- Prev by Date: Re: Sybase and materialized views
- Next by Date: Can't get ASE OLEDB provider to work
- Previous by thread: get everything from table A that is not in table B
- Next by thread: Capture return from sybase in shell script
- Index(es):