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.
Answer Posted / prachi
SELECT NAME FROM EMP WHERE NAME LIKE 'C%';
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about rct in db2?
I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is cursor stability in db2?
What is schema in db2?
What is dbrm? What it contains? When it will be created?
What is the difference between dbm cfg and db cfg file in db2 ?
What is a db2 cursor?
What is a storage group (stogroup)?
What is meant by explain?
What is null indicator in db2?
What is scrollable cursor in db2?
what is the role of the cursor in db2?
What is phantom read in db2?
Discuss about db2 bind?