{{ error }}
{% endif %} {% if columns is not none and not error %}Результат {% if elapsed is not none %}({{ elapsed }} c){% endif %}
{% if columns %}| {{ c }} | {% endfor %}
|---|
| {% if r[c] is none %}NULL {% elif r[c] is boolean %}{{ 'true' if r[c] else 'false' }} {% else %}{{ r[c] }}{% endif %} | {% endfor %}
Строк: {{ rows|length }}
{% else %}Запрос выполнен без набора строк.
{% endif %}