If there is no row in Emp table with Ename as Raghava and
you run the below queries in SPUFI.
1.select Ename from EMP wher Ename = 'raghava'
2.Select count(*) from EMP where Ename = 'raghava'
What is SQLCODE shown up in SPUFI
Answer Posted / krishna
2)when using count(*) it give always sql code 0 only
1)depending upone the rows if rows are their give 0
if not give 100
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is a page in db2?
What is the function of logging in the db2 database?
What is load utility in db2?
What is db2 command?
Can you use max on a char column?
What is syscat in db2?
What is runstats and reorg in db2?
What are the 2 sqlcodes that are returned?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is the picture clause of null indicator variable?
What is the physical storage length of time data type?
How do you simulate the explain of an embedded sql statement in spufi/qmf?
What do you mean by rollback?
What is the difference between spufi and qmf?
What is package in cobol db2?