如何使用 schemacrawler 提取表的基本描述性统计信息

How to extract basic descriptive stats on tables using schemacrawler

有没有办法提取统计信息,例如

以下基于数据类型的类型,如 string int 等。 数数 意思 最小值 不同的价值观 最大限度 媒体 性病 空值 平均 前 10 个值

不在每个 table 上使用查询或在不使数据库过载的情况下使用更有效的方法。

我们也可以在抓取时为每个 table 获取样本的少量记录。

SchemaCrawler can show you the output of arbitrary database queries. Please download the latest release,并完成向您展示如何从数据库查询中获取输出的示例。

Sualeh Fatehi,SchemaCrawler