Customer Portal

DB_OUTPUT_TABLE component and DELETE query

Comments 2

  • Avatar
    ciscochi
    0
    Comment actions Permalink
    You can construct your query like this:
    delete from x
    where a = $a
    and (b = $b or (b is null and $b is null))
  • Avatar
    maxani
    0
    Comment actions Permalink
    Hi!

    OK thank you. Indeed it works great and SQL code makes sense.

    I didn't think about it. I was looking for a solution with CloverETL.

    Thanks again.

    See you.

Please sign in to leave a comment.