Viewing 4 posts - 1 through 4 (of 4 total)
No I've never encountered that, but I like the idea of an interviewer asking those types of questions--it seems like a great way to weed out the true morons.
But personally,...
February 23, 2007 at 2:22 pm
Thanks. Yeah, this one runs concurrently with a Visual Studio and ASP.Net conference. Also, thanks for the heads up on PASS.
February 9, 2007 at 8:06 am
Neato. Thank you very much for the response.
February 1, 2007 at 3:06 pm
Try this:
SELECT ID, Name, (SELECT total from OtherTable WHERE OtherTable.FirstTableID=FirstTable.ID) AS OTotal FROM FirstTable;
That should work as long as the sub-query only returns one record. You'll need to do...
July 31, 2006 at 9:49 am
Viewing 4 posts - 1 through 4 (of 4 total)