If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
@tonkuma, I tried your query but I got an error: An unexpected token "CROSS" was found following ") result(result_col)". Expected tokens may include: "<space>"
@fengsun2, your query works without error, but I got:
@tonkuma, I tried your query but I got an error: An unexpected token "CROSS" was found following ") result(result_col)". Expected tokens may include: "<space>"
...
You must be using older DB2 version for LUW or DB2 for z/OS.
If so, replace "CROSS JOIN" with traditional join syntax(" , ").