{% extends "layout.html" %} {% block main_content %}
select * from businesses where business_id >= 100 and business_id <= 10000 and name like '%COFFEE%' and state='CA' and phone_number is not null limit 10;

{% endblock %} {% block editor_modal %} {% endblock %} {% block script %} {% endblock %}