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 the contention situations caused by locks?
What is iseries database?
What is explain plan in db2?
Explain in detail about buffer manager and its functionalities?
What are packages in db2?
Why do we bind in db2?
What are iseries servers?
Which is faster delete or truncate?
What is copy pending and check pending in db2?
Is db2 relational database?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
What r the comman abends in db2, jcl and cobol???????
What is db2 command?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What are the 2 sqlcodes that are returned?