Forum Replies Created

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

  • RE: Problem with Trigger

    didn't get a chance to try your code, but here is the code that did the trick for me.

    DELETE t

    FROM YourTable t

    INNER JOIN

    (SELECT ord_type ord_no item_no line_seq_no

    FROM YourTable

    WHERE...

  • RE: Problem with Trigger

    Things have changed a bit since that post. I think I've simplified the issue.

    I have the following records:

    ord_type ord_no Item_no line_seq_no cd_tp

    O ...

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