提交 a7f43615 编写于 作者: N Nikita Akilov

#11026 add Asya's tips

上级 5e758bfc
......@@ -68,5 +68,7 @@
<tip>You can customize the representation of boolean values in Window -> Preferences -> Editors.</tip>
<tip>If you want to only work with tables, choose Simple view in a connection context menu in <a href="https://github.com/dbeaver/dbeaver/wiki/Database-Navigator">Database Navigator</a>.</tip>
<tip>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.</tip>
<tip>You can ignore the PK validation constraint when importing data into a table by selecting the Replace method in the data load settings. Supported by Oracle, MySQL, PostgreSQL, Firebird, and SQLite. You can find out more about that in our <a href="https://github.com/dbeaver/dbeaver/wiki/Data-Import-and-Replace">wiki article</a>.</tip>
<tip>Choose the fully qualified name of the object in the SQL Editor and use <b>Ctrl(Cmd) + Left click</b>. This will take you to the object's tab. Works with tables, columns and procedures.</tip>
<!-- Tips above were reviewed on 10th of February, 2021.-->
</tips>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册