Forum Replies Created

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

  • RE: Outer Join Mystery

    I am sorry I misunderstood the whole thing and I sent you the opposite answer.

    This is my query then:

    SELECT S.IIATransactionId

     ,substring(rats_filename,1+patindex('%{________-____-____-____-____________}%',rats_filename),36) AS OracleTransactionId

    FROM iiafeedtransaction S,

    ratsiiafeedtransaction o

    WHERE S.IIATransactionId *= substring(rats_filename,1+patindex('%{________-____-____-____-____________}%',rats_filename),36)

    AND  o.Rats_filename...

  • RE: Outer Join Mystery

    I think in that case the problem is not the old or the new syntax I think it was an error in how the query was written.

    Just write the following...

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