Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: query about nulls

    I think this will help you...

    SELECT *

    FROM students

    WHERE (requirementGradYear IS NULL AND ExpectedGradYear IS NOT NULL)

    OR (requirementGradYear IS NOT NULL AND ExpectedGradYear IS NULL)

Viewing post 1 (of 2 total)