{% if error %}
{% elif rows_affected is defined %}
{% elif columns is defined %}
{% for col in columns %} {% endfor %} {% for row in rows %} {% for col in columns %} {% endfor %} {% endfor %} {% if rows|length == 0 %} {% endif %}
{{ col }}
{% if row[col] is defined %} {{ row[col] }} {% else %} null {% endif %}

No results found

Showing {{ rows|length }} results
{% endif %}