{{> partials/head title="Query" }} {{> partials/prefix isQuery=true}}
{{query}}
or or

Query History

Data

{{#if queryResult}} {{queryResult.rowCount}} row(s).
{{queryResult.timeToFirstRow}} ms to read the first row.
{{queryResult.timeToReadRows}} ms to read the rest of the rows.

{{#each queryResult.columns}} {{/each}} {{#each queryResult.rows}} {{#each this}} {{/each}} {{/each}}
{{this}}
{{#if (eq this null)}}null{{else}}{{{this}}}{{/if}}
{{else}} No data. {{/if}} {{> partials/suffix}}