{% extends "explorer/base.html" %} {% block sql_explorer_navlinks %} {% if can_change %}
  • New Query
  • Playground
  • Logs
  • Change 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.

    {% if lag_exists %}
    Warning! The query results might be outdated since some data was last updated around {{ replication_lag }}.
    {% endif %}

    Note: Starting April 15th, access to the phone_number column has been removed for the following tables: voice_workflow_campaigncallcontact, voice_core_callcontact, compliance_outreachblacklist, whatsapp2_whatsapp2inboundmessage, whatsapp2_whatsapp2outboundmessage and voice_compliance_businessoutreach. Please avoid using `select *` for these tables.

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