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

Quote:
Originally Posted by Dimitar View Post
MapGeek,

Could you try aliasing the subquery:
SELECT COUNT(*) FROM (SELECT ...) as u

I am not a SQL Server user so I might be completely wrong in my guess.

Hope this helps.
Dimitar
dUDE u saved my day
AD
Reply With Quote