Dual table in DB2

Everybody coming from Oracle background should know the importance of DUAL table in Oracle. This is a dummy table using which you can test functions etc.

The question is - Is there an equivalent table in DB2?
SYSIBM.SYSDUMMY1 is the table which can be used for the same purpose.

The table has one column:
IBMREQD CHARACTER(1)

No comments: