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 types of tables are there in the db2 database?
Explain about dbrm.
Which are the db2 tools to protect integrity of the database?
What is db2 connect?
What is cursor stability in db2?
What are the different types of base tables?
How can you classify the locks in db2?
What is a system catalog table in db2?
What is the difference between cursor and select statement?
What is the difference between nvl and coalesce?
What is the usage of open cursor command?
What is the default page size of buffer pools?
Is it possible using max on a char column?
How to find the number of rows in db2 tables?
How do you pull up a query which was previously saved in qmf?