key = "x", attribute = "a", value = 1 ], key = "x", attribute = "c", value = 3 ], key = "y", attribute = "a", value = 2 ], ...

({ [ key = "x", attribute = "a", value = 1 ], [ key = "x", attribute = "c", value = 3 ], [ key = "y", attribute = "a", value = 2 ], [ key = "y", attribute = "b", value = 4 ] }) 테이블의 특성 열에 있는 "a", "b" 및 "c" 값을 고유한 열로 피벗합니다.