View Single Post
  #4 (permalink)  
Old 07-02-2007, 12:51 PM
Unregistered
 
Posts: n/a
Default ANY answer. Re: How to COUNT records in UNION?

select count(*) from (select .......)
union
select count(*) from (select.....);
Reply With Quote