In a SQL statement, you could use "like" instead of equal. The wildcard character can vary from SQL implementation to implemantation but ANSI SQL uses "%".

so your "where" condition would be *like*:

'where sql_field like "1%"'