Sha256: 8ec8ff8384722e35493e57881e12cb8aad6848835a0554bbfb746317864d64a6
Contents?: true
Size: 199 Bytes
Versions: 51
Compression:
Stored size: 199 Bytes
Contents
/* All tables and the number of rows in each ordered by number of rows descending */ SELECT relname AS name, n_live_tup AS estimated_count FROM pg_stat_user_tables ORDER BY n_live_tup DESC;
Version data entries
51 entries across 51 versions & 3 rubygems