-
Notifications
You must be signed in to change notification settings - Fork 392
SQL Editor
Alexey edited this page Nov 29, 2021
·
16 revisions
SQL Editor supports autocomplete, syntax highlight, statement execution, script execution and execution plan for some databases.
Shortcut | Description |
---|---|
Ctrl+Enter | Execute SQL statement |
Ctrl+\ or Ctrl+Shift+Enter | Execute SQL statement in new tab |
Alt+X | Execute script |
Shift+Ctrl+E | Show exectution plan |
Alt+T | Open SQL Editor in separate browser tab |
To execute the statement place cursor on the line with the statement or select part of the script. Press the Run
icon in the left toolbar or use the Ctrl+Enter
shortcut. The result of the statement execution will be shown under the script editor area. Results will be grouped (Result - 1 (1)
, Result - 1 (2)
) if statement execution is finished with more than one result.
- Application overview
- Demo Server
- Administration
- Server configuration
- Create Connection
- Connection Templates Management
- Access Management
-
Authentication methods
- Local Access Authentication
- Anonymous Access Configuration
- Reverse proxy header authentication
- LDAP
- Single Sign On
- SAML
- OpenID
- AWS OpenID
- AWS SAML
- AWS IAM
- AWS OpenId via Okta
- Snowflake SSO
- Okta OpenId
- Cognito OpenId
- JWT authentication
- Kerberos authentication
- NTLM
- Microsoft Entra ID authentication
- Google authentication
- User credentials storage
- Cloud Explorer
- Cloud storage
- Query Manager
- Drivers Management
- Supported databases
- Accessibility
- Keyboard shortcuts
- Features
- Server configuration
- CloudBeaver and Nginx
- Domain manager
- Configuring HTTPS for Jetty server
- Product configuration parameters
- Command line parameters
- Local Preferences
- API
-
CloudBeaver Community
-
CloudBeaver AWS
-
CloudBeaver Enterprise
-
Deployment options
-
Development