diff --git a/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/nl/en/tips.xml b/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/nl/en/tips.xml index f5ca669235602e1f63a2244efad0603bc9d996b9..bcee611dbf44096170043cfc823bd613ea16760b 100644 --- a/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/nl/en/tips.xml +++ b/plugins/org.jkiss.dbeaver.ext.ui.tipoftheday/nl/en/tips.xml @@ -1,33 +1,15 @@ + To execute current query use the following shortcut: Ctrl+Enter.
Note that queries are separated by delimiters or empty lines.
- To open query results in a new tab, use the following shortcut: Ctrl+\.
Note that queries are separated by delimiters or empty lines.
- You can select any part of SQL script and run it using the following shortcut: Ctrl+Enter. To run the current SQL script use the following shortcut: Alt+X. - If you want to filter table rows by column value in Data Editor, press F11. - If you want to filter table rows by column value in Data Editor, use the following shortcut: Ctrl+F11. In order to format SQL statements use the following shortcut: Ctrl+Shift+F. - You can configure SQL formatter globally or for a particular database. - We release new version of DBeaver Community every two weeks and usually publish the updates on Mondays.
You can download up-to-date version here.
- - The following keyboard shortcuts can be useful when viewing data: -
Ctrl+1 - opens foreign keys menu. -
Alt+Left - navigates backward in history of your actions. -
Alt+Right - navigates forward in history of your actions. -
Ctrl+Shift+1 - opens link in a new editor. -
+ We release new version of DBeaver Community every two weeks and usually publish the updates on Mondays. You can download up-to-date version here. Use the following options in SQL Editor's context menu: Execute -> Export From Query, to export data directly from SQL query without pre-executing it. - Any keyboard shortcut can be created for most of DBeaver commands. Existing shortcuts can also be changed. - Use the Debug As tool in the main toolbar of SQL Editor to initiate a debug session. - For additional information on DBeaver features and functions, visit our wiki page). + For additional information on DBeaver features and functions, visit our wiki page. To open DBeaver Help contents, press F1. - You can view queries executed in DBeaver in Query Manager view.
All the internal queries DBeaver runs to read metadata can also be found there.
- All the errors that occur when running SQL scripts in DBeaver, can be observed in the Error Log view.
The error log tracks SQL, permission and configuration errors.
- - When you need error details to be shared with your colleagues, use Error Log view. - If your project requires advanced analytical tools or NoSQL database support, you can try DBeaver Enterprise Edition. You can convert the selected text into uppercase using the following shortcut: Ctrl+Shift+X. You can convert the selected text into lowercase using the following shortcut: Ctrl+Shift+Y. In Data Editor, you can iterate through the view modes using the following shortcut: Ctrl+~. @@ -42,13 +24,14 @@ Use bookmarks as quick access links to objects of a database. Charts let you quickly and easily turn your SELECT queries' output into a colorized bar chart. To see available templates of SQL statements, use Ctrl+Alt+Space shortcut. - Templates allow you to insert frequently used SQL statements into an SQL script. In Data Editor, press Ctrl+F to search for data in the current table. - You can generate SQL statements (SELECT/INSERT/UPDATE/DELETE) based on selected rows. To generate SQL, right-click the selected rows,then click Generate SQL and select one of the SQL commands you see. + You can generate SQL statements (SELECT/INSERT/UPDATE/DELETE) based on selected rows. To generate SQL, right-click the selected rows ,then click Generate SQL and select one of the SQL commands you see. DBeaver allows viewing diagrams of existing tables and whole database schemas, see ER diagrams article. DBeaver allows creating custom diagrams, see Custom Diagrams. DBeaver is a customizable software.
For additional information on optional extensions, see Optional Extensions
- Use DBeaver Mock Data Generator when you need to create a huge quantities of realistic sample data for testing purposes and want to avoid tedious and time-consuming work of entering test data by hand. + Use DBeaver Mock Data Generator when you need to create a huge quantities of realistic sample data for testing purposes and want to avoid tedious and time-consuming work of entering test data by hand. +
Note: this tool is available only in DBeaver Enterprise Edition. +
To customize the menu bar and the list of menu items displayed go to Window -> Customize Perspective ->Menu Visibility tab. To customize the toolbar go to Window -> Customize Perspective -> Toolbar Visibility tab. To execute the selected SQL expression and print the results use the following shortcut: Ctrl+Alt+'. @@ -62,4 +45,28 @@ To monitor database health you can open dashboard view using main toolbar or Ctrl+Alt+Shift+B.
Note: dashboards are database-specific.
-
\ No newline at end of file + All the errors that occur when running SQL scripts in DBeaver, can be observed in the Error Log view.
The error log tracks SQL, permission and configuration errors.
+ You can view queries executed in DBeaver in Query Manager view.
All the internal queries DBeaver runs to read metadata can also be found there.
+ Any keyboard shortcut can be created for most of DBeaver commands. Existing shortcuts can also be changed. + You can configure SQL formatter globally or for a particular database. + If you want to filter table rows by column value in Data Editor, use the following shortcut: Ctrl+F11. You cam also open open filter menu by pressing F11. + If you want to open foreign keys menu in Data Editor, use the following shortcut: Ctrl+1. + If your project requires advanced analytical tools or NoSQL database support, you can try DBeaver Enterprise Edition. + You can schedule your tasks to execute with specified recurrence, without needing to open DBeaver. +
Note: this feature is available only in DBeaver Enterprise Edition. +
+ You can group several tasks into one composite task to easily execute a set of actions in one click. +
Note: this feature is available only in DBeaver Enterprise Edition. +
+ If you're not familiar with NoSQL databases, you can use plain SQL to perform different queries. +
Note: this feature is available only in DBeaver Enterprise Edition. +
+ DBeaver Enterprise Edition is fully integrated with Git version control system. You can keep your project configuration, scripts, diagrams, bookmarks and other artifacts in a Git repository. + You change the current commit mode and the current transaction isolation mode in the toolbar, in the dropdown menu to the right of the Commit and Rollback buttons. + DBeaver integrates the special data viewer designed specifically for work with spatial data. You can find out more about that in our wiki article. + You can open SQL Console with the Ctrl+Alt+Enter shortcut. It's great for executing a query that you don't want to save in a file. + You can customize the representation of boolean values in Window -> Preferences -> Editors. + If you want to only work with tables, choose Simple view in a connection context menu in Database Navigator. + In SQL Editor you can press Ctrl/Option+Space after asterisk in a query like "SELECT * FROM tableName" or like "INSERT INTO tableName (*)" (brackets are important) and the asterisk will be replaced with a list of all table columns. + +