What will be SQLCODE for the Select query.
Posted: Sat Feb 20, 2010 6:16 am
Hi,
What will be the SQLCODE for below select query
SELECT COUNT(*) FROM EMP WHERE EMPNO=9999
and suppose row with employee number 9999 is not present in table.
Thanks,
Chaitnya
What will be the SQLCODE for below select query
SELECT COUNT(*) FROM EMP WHERE EMPNO=9999
and suppose row with employee number 9999 is not present in table.
Thanks,
Chaitnya