Viewing 2 posts - 16 through 18 (of 18 total)
This is one query that didn't work. Produces a syntax error near ')'
SELECT createdate AS ShipDate, TrackingNumber
FROM (SELECT TOP 2 createdate AS ShipDate, TrackingNumber FROM shipments WHERE customerid = 'dmo-con')
August 29, 2007 at 3:40 pm
#730274
I became a statistic after taking the MCTS exam. I went to NY to take a boot camp course ($4000.00), returned home and studied daily, took the practice exams and...
August 16, 2007 at 9:31 am
#727398