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
Post a Comment