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 / anand
hi,
it may be correct ans.check out this..
SELECT * FROM table_name WHERE column_name LIKE 'C%%'
ESCAPE'%';
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the use of reorg in db2?
Who uses db2?
can all users have the privilage to use the sql statement select * (dml)?
What is the role of schema in the db2 database?
What do you mean by cursor?
What is collection in db2 bind?
What type of database is db2?
What is rebind in db2?
What is host variable?
What is universal database?
How to execute stored procedure in db2 command editor?
B37 abend during spufi?
Explain package in db2 and its advantages?
Mention the downsides of page level lock.
What is the use of predicate?