0
計數空/通用行,我想產生這樣的使用Postgres的,從一些任意的標準:基於從不同的表
原始表(T1):
type | count
------------
1 | 2
2 | 3
3 | 1
生成的表:
type_1 | type_2 | type_3
------------------------
true | null | null
true | null | null
null | true | null
null | true | null
null | true | null
null | null | true