I have problems here. First of all, I used DB2 inside KSH. Currently i'm generating SQL scripts which will be executed by a KSH script.
1) I have a TEST.SQL script which contains command to count rows like below. This command will be provided by other developers to me to get the expected rows:
Code:
select count (*) from DUMMY; ===== output: ===== 1 ------------