|
This is the code I have. I am using TSQL Database It only returns the column names. What am doing wrong?
(comments are locked)
|
|
If it is just returning the column headers, then that means it's an empty data set. Break the query down to see where it is going wrong. Does the sub-query If it does, is it returning valid values for Once we have answers for those, then we can talk about making this a may have to use sub query in order to satisfy homework question. May be simply a demonstration of how its implemented/used. You may spoil next chapter by moving on to a JOIN too soon. ++the butler did it++
Jan 18 '11 at 01:43 AM
Fatherjack ♦♦
@Fatherjack LOL! Those pesky kids
Jan 18 '11 at 01:58 AM
Kev Riley ♦♦
@Fatherjack - That's a problem I've had recently. I have been taking some SQL Server courses at Stockholm University. I had to take basic courses to be able to take on an optimization course and a Reporting Services course. If found out during the basic courses that it's pretty hard to unlearn all the things you've learned, just to complete assignments on a basic enough level...
Jan 18 '11 at 03:36 AM
Magnus Ahlkvist
(comments are locked)
|

