Hello,What returns when I run a query like this;Select * from test where name like 'co_%';I expect anything that starts with 'co_' and NOT 'co' only. Am I right? But I get every names that starts with 'co'. Why ?Happiness AlwaysBKR Sivaprakash