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
Answers were Sorted based on User's Feedback
Answer / guest
For 1st query the sql code will +100
for second query the count is zero and sql code is 0
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / 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 |
Answer / raghavan.jcs
In both case, It will show SQLCODE +100.
As No row found condition is satisfied here
| Is This Answer Correct ? | 10 Yes | 12 No |
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
Is Cursor exicutable ?
How to create backup table in db2?
What is buffer pool and list some of them?
Once you create a view, where would information about the view be stored?
B37 abend during spufi?
What is db2 connect?
Name some fields from SQLCA.
What is a db2 schema?
What is db2?
What are the contents of a dclmgen?
What is dclgen in db2?