bookmark

PostgreSQL: Documentation: 9.2: Row Estimation Examples


Description

SELECT attname, inherited, n_distinct, array_to_string(most_common_vals, E'\n') as most_common_vals, null_frac, n_distinct, most_common_vals, most_common_freqs FROM pg_stats WHERE tablename = 'mytable';

Preview

Tags

Users

  • @jil

Comments and Reviews