This shows you the differences between two versions of the page.
|
db2-to-oracle [May 08, 2026 6:42 am] sqlines |
db2-to-oracle [May 08, 2026 6:42 am] (current) sqlines |
||
|---|---|---|---|
| Line 291: | Line 291: | ||
| | | **DB2** || **Oracle** || | | | **DB2** || **Oracle** || | ||
| - | | 1 | SYSIBM.SYSDUMMY1 table | Single row, single column dummy table | DUAL table || | + | | 1 | SYSIBM.SYSDUMMY1 | Single row, single column dummy table | DUAL table || |
| | 2 | WHERE (c1, c2, ...) = (v1, v2, ...) | Specific AND syntax | c1 = v1 AND c2 = v2 AND ... || | | 2 | WHERE (c1, c2, ...) = (v1, v2, ...) | Specific AND syntax | c1 = v1 AND c2 = v2 AND ... || | ||
| | 3 | EXCEPT | Set operator | MINUS || | | 3 | EXCEPT | Set operator | MINUS || | ||