Escape an Underscore Like cause
if you search about Underscore this query will not get a true value
so you need to use :
- <code>
- Where Username Like '%_d'
- </code>
- <code>
- Where Username LIKE '%[_]d'
- </code>