First time here? At BeyondWebLogs we discuss technology, web development, personal development, networks and more. You can subscribe to the
RSS feed so that you keep up to date with the latest content. Now, on with the regular content...
select a.col1, a.col2 ...
from tableA a
left outer join tableB on a.ID = b.ID
where not exists (select a.ID from tableA a where a.ID = b.ID)
Tags: SQL
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Related posts