Forum Replies Created

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

  • RE: Help on query

    try like this

    if active is from t1

    SELECT *

    FROM ordercard T1 where receipt in (select receiptnr from ordernew)

    ...

  • RE: Help on query

    check the duplicates in T2.

    Some ids / values which you are using for join may have repetition in T2

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