mysql - SQL find rows where column is LIKE -


i want find rows have particular name on it. problem of rows have prefix: "(obsolete)" or "(obsolete) "

so name john, have 3 rows:

john (obsolete)john (obsolete) john 

how write query can find rows match name knowing prefix there, , want those?

would able use sql wildcards in statement?

select * customers name '%john'; 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

ios - MKMapView fails to load tiles with HTTP 410 error -

c# - How to utilize EF and LINQ to add filters and specify tables, columns, filters and order by dynamically -