

Query Editor Workspace Menu
The workspace menu expands the functionality of the editor by adding functionality and allowing you to optimally use the functionality of the editor

-
Copy - copy selected text to clipboard
-
Past - paste clipboard content into editor window
-
Cut - cut selected text
-
SelectAll - select all text in the workspace
-
view table - view detailed information on the selected table
-
Get DDL - show the code for creating a selected table
-
Copy column list (select) - generate a list of columns of the selected table in the format of the select command (each column on a separate line) and copy it to the clipboard
-
Copy column list (insert) - form a list of columns of the selected table in the format of the insert command (consecutively, separated by commas) and copy it to clipboard
-
Show command help - show help for the selected command
Command help
Description of commands, their syntax.
The CerebroSQL program storing in the local database a description of the syntax of all commands and the construction of the SQL language for each supported DBMS (except MSSQL DBMS)

Show object data - show data of selected table, view, synonym
Project manager -> Add object - create a page for the highlighted code in the current project by default
Project manager -> Search object card - find the card of the selected object in the current project by default
Comment -> Add current line - add comment characters to the beginning of the current line
Comment -> Remove current line - remove comment characters at the beginning of the current line
Comment -> Add selected text - add comment characters to the beginning of each of the selected lines
Comment -> Remove selected text - remove comment characters at the beginning of each of the selected lines