Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Sorting Months By Number (SQL Spackle)

    I made use of the built-in datepart functions available in SQL, as many of you also demonstrated. I used a sub-query to obtain the same results. If you want to...

  • RE: Intersect, Except, Union, All and Any

    traughberk (5/21/2010)


    I have a question about LEFT JOIN example near the beginning where he starts talking about EXCEPT where he wrote the following SQL.

    SELECT C.CustomerID

    ...

  • RE: Intersect, Except, Union, All and Any

    I agree with WayneS. I have found many occasions where the INTERSECT and EXEPT functions allow for more efficient comparisons between data sets. In the event that I want to...

Viewing 3 posts - 1 through 3 (of 3 total)