$data = [ <|x:Decimal('3',5,1),y:Decimal('2',5,1)|>, ]; select x * y, x / y, x % y from as_table($data);