{% extends "_base.html" %} {% block extra_styles %} {% endblock %} {% block body %}
{{ query_results.num_rows }} rows returned{% if truncated_results %} (truncated){% endif %}
Query execution time: {{ execution_time_ms | round(2) }}ms
| {{ column }} | {% endfor %}
|---|
| {{ row[column] }} | {% endfor %}