Hi,
I am new to this forums and new to DB2 too.
I hav a query.
My table is
Name
ajay
shubhangi
kunal
when i am executing the query
select name from table_name where name like '%i'
answer coming is 0 record selected instead of shubhangi.
another query
select name from table_name where like 's%i'
again answer coming is 0 record.
according to me it should be shubhangi
can anyone tell me wats wrong with it or help me write a query dat start with s and end with i.
Any help is highly appreciated.
Thanks,
shubhangi
I am new to this forums and new to DB2 too.
I hav a query.
My table is
Name
ajay
shubhangi
kunal
when i am executing the query
select name from table_name where name like '%i'
answer coming is 0 record selected instead of shubhangi.
another query
select name from table_name where like 's%i'
again answer coming is 0 record.
according to me it should be shubhangi
can anyone tell me wats wrong with it or help me write a query dat start with s and end with i.
Any help is highly appreciated.
Thanks,
shubhangi
Comment