danielsmeyer
7/2/2019 - 10:08 AM

Column Count

Number of columns in a PostgreSQL table.

select count(*) from information_schema.columns where table_name='x';