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
How to check table size in db2 sap?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
Can there be more than one cursor open for any program?
What is deadlock in db2?
What is the use of predicate?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is the maximum size of varchar data type in db2?
How will you return the number of records in table?
What is nvl in db2?
What is a db2 cursor?
What are the different types of base tables?
What is cloudant database?
What is rct?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Which is faster delete or truncate?