Forum Replies Created

Viewing 2 posts - 16 through 18 (of 18 total)

  • RE: Selecting last two orders

    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')

  • RE: Recomendations and opinions please

    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...

Viewing 2 posts - 16 through 18 (of 18 total)