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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -