Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...