...
- LIKE
- Use '%' to match groups of characters, for example '%ill' will return "Mill", "Gill" and "Seagill"
- Use '_' to match single characters, for example '_ill' will return only "Mill" and "Gill"
- Type a series name of words seperated by only commas and no spaces to see them all, for example "Max,Alex" or "_ax,%ex"
- EQUAL
- Will only return exact matches
...