SQL Management

Learn about execution history, snippets, and other features for efficient SQL management.

History Search / Re-execute

View previously executed query history in the History tab in the result area.

History Search / Re-execute

History List Information

ItemDescription
Type badgeColor-coded by execution type: SELECT (blue), UPDATE/INSERT/DELETE (green), DDL (purple), ERROR (red)
Execution timeTime taken for query execution (milliseconds)
Row countRows returned or affected
TimeExecution timestamp (HH:mm:ss format)
SQL previewFirst 200 characters of the executed SQL

Re-execute

Double-click a history item to insert its SQL into the editor for immediate re-execution.

Search

Enter text in the search field at the top of the History tab to filter history by SQL content.

History stores up to 100 entries per session and resets when the browser tab is closed. Save SQL separately if you need to keep it long-term.

Snippet Save & Reuse

Save frequently used SQL statements as snippets for reuse.

1

Save SQL

Press Ctrl+S (macOS: Cmd+S) to save the current editor SQL. Saved SQL appears in the left list panel.

2

Set Name & Connection Info

Click the settings icon in the left list panel to modify the SQL name, connected DB, and default schema.

3

Load

Click a saved SQL in the left list to load it into the editor.

Each snippet displays associated DB information (DBMS icon + connection color) so you can easily identify which database the SQL is used with.