hello, i would like to query a database and select only those records where the name field starts with a numeric character. how can i do something like the following? thanks in advance... harvey SELECT * FROM data WHERE is_numeric(name{0})