Back to Playground Home

Find all rows where the string field starts with a particular value

select string_field, int_field, long_field
from users 
WHERE STARTSWITH(string_field, 'David')