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 -

Android Capture Image From Camera -

Define custom list-style-type in CSS -