{% extends "explorer/base.html" %} {% load explorer_tags %} {% block sql_explorer_navlinks %} {% if can_change %}
  • New Query
  • Playground
  • Logs
  • {% endif %} {% endblock %} {% block sql_explorer_content %}

    Playground

    The playground is for experimenting and writing ad-hoc queries. By default, nothing you do here will be saved.

    {% csrf_token %} {% if error %}
    {{ error|escape }}
    {% endif %}
    Playground SQL
    {% if ql_id %}
    {% endif %}
    {% export_buttons %}
    {% include 'explorer/preview_pane.html' %} {% endblock %} {% block sql_explorer_scripts %} {% endblock %}