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%"'
|
Results 1 to 4 of 4
Thread: Sql - Format ?Threaded View
|
Click Here to Expand Forum to Full Width |