{% extends "explorer/base.html" %} {% block navlinks %}
  • New Query
  • Playground
  • {% endblock %} {% block 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 %}
    SQL
    {% include 'explorer/preview_pane.html' %} {% endblock %} {% block scripts %} {% include 'explorer/preview_pane_scripts.html' %} {% include 'explorer/sql_editor_scripts.html' %} {% endblock %}