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 / guest
C% will work for all the cases. Even if the data contains
%, Using C% will fetch that too.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I connect my db2 database to ibm?
Why do chiropractors use drop table?
Is the primary key a clustered index?
What is the use of value function?
What is a db2 tablespace?
How can you quickly find out the # of rows updated after an update statement?
What is role in db2?
What is the reason behind not using select * in embedded sql programs?
How to find the number of rows in a db2 table?
Are views updateable?
What is concurrency?
Which isolation level provides maximum concurrency?
How can we retrieve the total number of records in RPG & CLLE?
List down the types of triggers in the db2 database?
What are union and union all?