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
What are the prerogatives?
What is cobol db2?
What does db2 mean?
What's The Error Code For Unique Index Voilation?
What is the syntax for creating a table in the db2 database?
What is explain in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
Explain correlated sub-queries.
What are db2 objects?
What is multi row fetch in db2?
What is node in db2?
How can you quickly find out the # of rows updated after an update statement?
Explain package in db2 and its advantages?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What does a deadlock mean in DB2?