Is it possible using max on a char column?
No Answer is Posted For this Question
Be the First to Post Answer
Can we able to find all the Table names under a Particular Plan?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
What technique is used to retrieve data from more than one table in a single SQL statement?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
How can we retrieve the total number of records in RPG & CLLE?
What is the use of commit in db2?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What is a thread?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
What is the use of dclgen in db2?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example