Errata:> test=# SELECT *, m1/m2 INTO moneytbl VALUES (10.4345,7.234); --should read as:test=# SELECT *, m1/m2 FROM moneytbl;