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
Explain about cursor stability?
What is the difference between bind and rebind in db2?
What is explain plan in db2?
What is precompiler in db2?
What is the physical storage length of time data type?
What db2 400?
What are types of indexes?
What is load utility in db2?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is the purpose of using commit?
what is the sqlcode -501
Explain the benefits you can get from mainframe connect?
How many types of page locks can be held in db2?
i want to maintain uniqueness on pdf without make lf??????????
What is the difference between cursor and select statement?