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
What is the maximum No of rows per page?
How do you eliminate duplicate values in db2?
What is a bind in db2?
What r the comman abends in db2, jcl and cobol???????
Define db2 and its databases?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is the role of schema in the db2 database?
What is dclgen in db2?
Which component is responsible for db2 startup and shutdown?
What is ibm db2 used for?
What is the max length of sqlca?
How can you count the number of rows from a table tab?
What are the uses of db2 optimizer?
What is the physical storage length of timestamp data type?
What is an instance in db2?