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