CREATE EXTENSION IF NOT EXISTS tablefunc;. Here is the query, assuming that the input data is in column created_at of table t: SELECT * FROM CROSSTAB($$SELECT h ...
確定! 回上一頁