SQL History

This feature manages the history of SQLs that have been run. The history of all SQLs executed in the editor is automatically saved. The SQL History feature allows The users to track previously executed SQL and recheck the history of successful and unsuccessful executions.
The users can view the following information in SQL History.
Time (Start)
Time of SQL execution
Connection
Session run in
SQL Query
SQL run
Result
Executed result
Elapse Time
Execution Time (ms)
Affected Rows
Number of rows affected by the SQL execution
Execute
Number of times the SQL was executed
History Log

When The users click [Context Menu] - [History Log] menu, the users can view the history information of the selected row in the form of a window.
Remove History
Click [Context Menu] - [Remove History] to delete the history information of the selected row.
Last updated