====== DBeaver ======

Universal Database Tool
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. Supports all popular databases: MySQL, PostgreSQL, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Apache Hive,

  * https://dbeaver.io/download
  * https://dbeaver.io/files/

===== Ошибки =====

=== Unknown table 'COLUMN_STATISTICS' in information_schema (1109) ===


<code sql>
SELECT COLUMN_NAME,                       JSON_EXTRACT(HISTOGRAM, '$."number-of-buckets-specified"')                FROM information_schema.COLUMN_STATISTICS                WHERE SCHEMA_NAME = 'skringo' AND TABLE_NAME = 'ads';': Unknown table 'COLUMN_STATISTICS' in information_schema (1109)
</code>

Исправление:
<code>
--column-statistics=0
</code>

{{:develop:d0_ad_d0_ba_d1_81_d0_bf_d0_be_d1_80_d1_82_2020-02-06_03-05-15.png?400|}}