◀ Back to Playground HomeFind all rows where the string field starts with a particular valueselect string_field, int_field, long_field from users WHERE STARTSWITH(string_field, 'David')