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 - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -