View Full Version : Union


accessman2
12-05-2005, 10:43 PM
In SQL Server,

query:

Can I use union function?

SQL_Hell
12-06-2005, 01:23 AM
yes you can

ozinm
12-12-2005, 01:18 AM
There's a nice quick SQL reference on MS's site.
It's quite useful when you're getting started and not quite sure about syntax.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_operator_1qd5.asp

All the best
Marc