```sql SELECT * FROM yellow_tripdata WHERE tpep_dropoff_datetime >= '{}' AND tpep_dropoff_datetime < '{}' ``` The following query can use the underlying ``Count`` wheel to check whether there are any entries for the range, skipping execution if there aren't any.