SELECT question

  • gary.morey (12/11/2013)


    SELECT *

    FROM Temp_BigTable

    WHERE SSN + PKT + FICE_NBR

    NOT IN (

    SELECT SSN + PKT + FICE_NBR

    FROM shi.raw33

    )

    I recommend you to read the following article NOT EXISTS vs NOT IN[/url]

    Luis C.
    General Disclaimer:
    Are you seriously taking the advice and code from someone from the internet without testing it? Do you at least understand it? Or can it easily kill your server?

    How to post data/code on a forum to get the best help: Option 1 / Option 2

Viewing post 16 (of 15 total)

You must be logged in to reply to this topic. Login to reply