Combining the “WITH clause” and “MERGE statement” directly into one SELECT statement
Is it possible to get a result if I combine the WITH clause and MERGE statement directly into one SELECT statement? Combining WITH clause with INSERT, UPDATE and DELETE works but MERGE does not work with “WITH clause” in DB2.