{{ _("Back") }}

{{ _("SQL Explained") }}

{{ _("Executed SQL") }}
{{ sql|safe }}
{{ _("Time") }}
{{ duration }} ms
{% for h in headers %} {% endfor %} {% for row in result %} {% for column in row %} {% endfor %} {% endfor %}
{{ h|upper }}
{{ column|escape }}