I need to do something like this in MS SQL Server:
which should return the startdates from both tables in one recordset, but does not. I only get the startdates from the classes table, not from the events table.Code:select startdate from classes append select startdate from events
I think I use to do this in my old Oracle days, does SQL Server have something like it?




I drink to make other people more interesting!
Reply With Quote