{% if error %}
{{ result|length }} row{{ "s" if result|length != 1 else "" }} {% if elapsed_ms is not none %}— {{ elapsed_ms }} ms{% endif %}
| {{ col }} | {% endfor %}
|---|
| {{ row[col] if row[col] is not none else "" }} | {% endfor %}
Enter a SQL query and click Run to see results.
{% endif %}