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 does db2 blu stand for?
Is the primary key a clustered index?
What is coalesce in db2?
How do you find the maximum value in a column in db2?
What are the full forms of spufi and dclgen and why are they used?
Can we update view in db2?
What is the function of logging in the db2 database?
What is the maximum size of varchar data type in db2?
What is blu acceleration in db2?
Is schema the same as database?
What are the various data types available in db2?
What are host variables in db2?
What is load replace in db2?
What is the physical storage length of date data type?
What are the different types of base tables?