Subject Like and database entry "-"
Author Rainer Hamann
"where name like 'Ab%'" returns any entry of the table, where name start with "Ab" except those ones containing character "-". Using "starting with" or "containing" the same database entries are missing.

Rainer Hamann