当前位置: 首页 > news >正文

DBeaver manual

快捷键

1.Ctrl+Alt+Shift+D

 to  add the selected elements into your bookmarks

2.Ctrl+\

To open query results in a new tab, use the following 
shortcut: 
3.Ctrl+Alt+Shift+B
To monitor database health you can open dashboard view using main toolbar 

4.Ctrl+7

You can turn on/off the right panels。

5.Ctrl+Alt+'.

To execute the selected SQL expression and print the results

6.Alt+X

To run the current SQL script use the following 

7.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.

8.F2
 to rename the selected element.

9.F5

To refresh query results in SQL Editor

9. Ctrl+Shift+F

In order to format SQL statements.

10.Ctrl+Alt+Space

To see available templates of SQL statements

11.Ctrl+Shift+Y

can convert the selected text into lowercase 

12. Ctrl+Shift+X

convert the selected text into uppercase

12.Ctrl+Alt+Shift+X

To execute queries of current script simultaneously and display the results in separate tabs

13. Alt+Down

To jump to the next query in the current SQL scrip

14.Alt+Up

To jump to the previous query in the current SQL script

15. Ctrl+F7

 iterate through the view windows of DBeaver interface.

Ctrl+Enter
.To execute current query

Ctrl+F11

to filter table rows by column value in 
Data Editor,use the following shortcut: Ctrl+F11. You can also open filter menu by pressing F11.

F7

You can turn on/off the right panels by pressing 

Ctrl+1

If you want to open foreign keys menu in Data Editor

Ctrl(Cmd) + Left click.

Choose the fully qualified name of the object in the SQL Editor and use Ctrl(Cmd) + Left click. This will take you to the object's tab. Works with tables, columns and procedures.

F4

In Database Navigator, press to edit properties of the selected element.

Ctrl+Alt+Enter

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.

Ctrl+Shift+E 执行计划

To see the execution plan for the current query
Ctrl+F

to search for data in the current table.

语法

1.If you are not much familiar with SQL scripting, use Visual Query Builder tool. 

2.DBeaver allows viewing diagrams of existing tables and whole database schemas, see 
ER diagrams article.

3.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.

4.Charts let you quickly and easily turn your SELECT queries' output into a colorized bar chart. 
Note: this feature is available only in DBeaver Enterprise Edition.

5.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
6.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.

6.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.

7.In Data Editor, you can iterate through the view modes using the following shortcut: Ctrl+~

连接到SQLite, can't load driver class 'org.sqlite.JDBC' Error

C:\Users\appuser\AppData\Roaming\DBeaverData\drivers

Network unavailable: javax.net.ssl.SSLHandshakeException:PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

Can't create driver instance Error creating driver 'SQLite' instance.Most likely required jar files are missing.You should configure jars in driver settings.Reason: can't load driver class 'org.sqlite.JDBC' Error creating driver 'SQLite' instance. Most likely required jar files are missing.
You should configure jars in driver settings.Reason: can't load driver class 'org.sqlite.JDBC'.

下载最新的

sqlite-jdbc-3.39.3.0.jar,并在DBeaver加载。

连接到MS SQL Server, 更换驱动程序 

相关文章:

  • 图解redis(三)——功能篇
  • 数据库的约束和设计
  • Lesson 1 A private conversation
  • 第一季:9SpringMVC中如何解决POST请求中文乱码问题,GET的又如何处理呢【Java面试题】
  • 看了羊了个羊的源码后我发现这个游戏花了最少钱,赚了最多的钱
  • 『 云原生·分布式』分布式基础——Docker容器详解与Docker的安装(Linux与Windows)
  • Web会话跟踪:Cookie与Session
  • 【大数据】Hadoop在呼唤Hive(附一键部署Hive脚本)
  • 8. SQL中Order by和Group by子句的使用简介
  • 27. 生成CSV文件
  • 【初学者入门C语言】之二维数组(七)
  • 深度学习 Day 14——利用卷神经网络实现运动鞋品牌识别
  • 索引的创建与设计原则(2)(适合创建索引情况 )
  • 写给Python社群的第2课:Python逻辑语句,天天要写的 if 和 while
  • 2022G3锅炉水处理考试练习题模拟考试平台操作
  • [PHP内核探索]PHP中的哈希表
  • 《Java8实战》-第四章读书笔记(引入流Stream)
  • 【Linux系统编程】快速查找errno错误码信息
  • 【许晓笛】 EOS 智能合约案例解析(3)
  • Django 博客开发教程 16 - 统计文章阅读量
  • es6(二):字符串的扩展
  • JavaScript-Array类型
  • JDK9: 集成 Jshell 和 Maven 项目.
  • leetcode388. Longest Absolute File Path
  • MySQL常见的两种存储引擎:MyISAM与InnoDB的爱恨情仇
  • NLPIR语义挖掘平台推动行业大数据应用服务
  • Python连接Oracle
  • SpringCloud集成分布式事务LCN (一)
  • Transformer-XL: Unleashing the Potential of Attention Models
  • 短视频宝贝=慢?阿里巴巴工程师这样秒开短视频
  • 二维平面内的碰撞检测【一】
  • 更好理解的面向对象的Javascript 1 —— 动态类型和多态
  • 和 || 运算
  • 开源地图数据可视化库——mapnik
  • 每个JavaScript开发人员应阅读的书【1】 - JavaScript: The Good Parts
  • 每天10道Java面试题,跟我走,offer有!
  • 实现菜单下拉伸展折叠效果demo
  • 吴恩达Deep Learning课程练习题参考答案——R语言版
  • 详解NodeJs流之一
  • 译自由幺半群
  • 用Node EJS写一个爬虫脚本每天定时给心爱的她发一封暖心邮件
  • Hibernate主键生成策略及选择
  • ionic入门之数据绑定显示-1
  • 摩拜创始人胡玮炜也彻底离开了,共享单车行业还有未来吗? ...
  • # 透过事物看本质的能力怎么培养?
  • # 再次尝试 连接失败_无线WiFi无法连接到网络怎么办【解决方法】
  • #define、const、typedef的差别
  • #免费 苹果M系芯片Macbook电脑MacOS使用Bash脚本写入(读写)NTFS硬盘教程
  • (1) caustics\
  • (2022 CVPR) Unbiased Teacher v2
  • (cljs/run-at (JSVM. :browser) 搭建刚好可用的开发环境!)
  • (初研) Sentence-embedding fine-tune notebook
  • (附源码)ssm基于微信小程序的疫苗管理系统 毕业设计 092354
  • (五)IO流之ByteArrayInput/OutputStream
  • (一)认识微服务