in column y record
abc.v
abc.s
xyz.j
abc.h
i wan only abc columns
how to retrieve thi records
Answer Posted / ekalavya
SELECT Y
FROM TABLEA
WHERE Y LIKE 'abc%';
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Give the name of some fields form sqlca.
What is lock escalation in db2?
List out the three types of page locks that can be held.
Explain db2.
What is the function of logging in the db2 database?
What is cloudant database?
How many databases are there?
What are db2 objects?
Why select is not preferred in embedded sql programs?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What are the benefits of using the db2 database?
What is access path in db2?
How to create backup table in db2?
When do you specify the isolation level?
What is the usage of open cursor command?