diff --git a/daiquiri/query/templates/query/query_form_sql.html b/daiquiri/query/templates/query/query_form_sql.html index c379bcaef..69c8733ef 100644 --- a/daiquiri/query/templates/query/query_form_sql.html +++ b/daiquiri/query/templates/query/query_form_sql.html @@ -2,13 +2,24 @@

{% blocktrans %} - Place your SQL statement directly in the text area below and submit your request using the button. You can use the dropdown menus to get information about the database, to query external services or to access example queries. + Place your SQL statement directly in the text area below and submit your + request using the button. You can use the dropdown menus to get information + about the database, to query external services or to access example queries. {% endblocktrans %}

{% blocktrans %} - Optionally, you can specify the name of the resulting database table and/or asign a run id, to group associated queries in the job list. Please choose a queue with a suitable timeout for your query. + Optionally, you can specify the name of the resulting database table and/or + asign a run id, to group associated queries in the job list. Please choose + a queue with a suitable timeout for your query. + {% endblocktrans %} +

+

+ {% blocktrans %} + If you are using ADQL, please refer to the + documentation for the optional features + that are supported. {% endblocktrans %}