SELECT "table".*, "price" / 1.19 "price_without_tax", "quantity" * "price" "total", "quantity" * "price" - "quantity" * "price" / 1.19 "tax_total" FROM "table"