Like Pattern in SQL Server -


display details of stores, have bike in name.??

i able match substring using %bike% how match , retrieve data having bike anywhere in name?

i suspect problem query may default collation using. can use lower():

where lower(field_name) '%bike%' 

Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -