I need to test the connection to a db2 database.
With oracle databases I\'d execute a \'select * from dual\' in order to do this.
But dual is specific for o
SELECT 1 FROM SYSIBM.SYSDUMMY1
cheaper then
SELECT CURRENT SQLID FROM SYSIBM.SYSDUMMY1