Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: WHERE statement using both OR and AND

    Sushila,

    I believe you have extra parentheses in your last example.

    It should be as follows to match the expansion you specified:

    WHERE

    (job_lvl = 200 OR job_lvl = 300)...

Viewing post 1 (of 1 total)