Sorry, I'm new to working with databases - I'm trying to execute a query that will get all characters that look like a string in SQL.
For instance,
If I search for all users that start with a specific line, something like S * or Sm * that will return "Smith, Smelly, Smiles, etc."
Am I on the right track with this?
Any help would be appreciated and thanks in advance!
Milandstadt
source
share