SyntaxFix
Write A Post
Hire A Developer
Questions
select t1.* from (select * from TABLE Where CCC='D' AND DDD='X') as t1, (select * from TABLE Where CCC<>'D' AND DDD='X') as t2
Another way to do this!