Answers for "postgres statistics"

SQL
0

postgres statistics

-- Get the statistics on a particular table
SELECT * FROM pg_stats 
WHERE tablename = 'table_name';
Posted by: Guest on January-03-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language