mikeizbicki/cmc-csci143

Quiz Hint

Closed this issue · 0 comments

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;