Hi everybody!
I'm totally confused.
I run this select statement
select * from Author where Cname like "%Bill%"
And is not returning any results.
If I run
select * from Author where Cname like "Bill the King" is returning the wanted record
What am I missing?
Thanks,
TMRO
I'm totally confused.
I run this select statement
select * from Author where Cname like "%Bill%"
And is not returning any results.
If I run
select * from Author where Cname like "Bill the King" is returning the wanted record
What am I missing?
Thanks,
TMRO