How is the SUBSTR keyword used in sql?
Answer / s
Select * from emp
where SUBSTR(empname,4,2) = 'EN'
4 is the starting position and returns 2 characters after
that.
Is This Answer Correct ? | 8 Yes | 5 No |
why we create view.
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is a system catalog table in db2?
wht steps we need will coding cobol and db2 pgm ?
Give the COBOL definition of a VARCHAR field.
WHAT IS MEANT BY COMMIT COMMAND?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
What is cloudant database?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
What is performance tuning db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What does CURRENTDATA option in bind indicate