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 / 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 |
Post New Answer View All Answers
What is meant by union and union all?
How to take backup of table in db2?
can all users have the privilage to use the sql statement select * (dml)?
What is rct?
What is the physical storage length of time data type?
What is multi row fetch in db2?
Are views updateable?
Mention a credible reason why select* is never given preference in an sql program that has been embedded.
How to resolve deadlock issue
How do you pull up a query which was previously saved in qmf?
What are iseries servers?
How do I delete a table in db2?
What is dbrm library?
What is runstats db2?
What os does db2 run on?