mikeizbicki / cmc-csci143

big data course materials
41 stars 76 forks source link

Quiz Hint #470

Closed abizermamnoon closed 8 months ago

abizermamnoon commented 8 months ago

Hi everyone,

this command might be very helpful on the quiz:

SELECT sum(pg_column_size(t.*)) AS filesize, count(*) AS filerow FROM example AS t;