1 2 3 4 5 6 7 8
$data = [ <|x:0p,y:0p|>, <|x:0p,y:1p|>, <|x:1p,y:0p|>, <|x:1p,y:1p|>, ]; select PgOp("=",x,y),PgOp("=",x,1p) from as_table($data);