Another Solution: Dividing Money

From: Bob Dusek <bobd(at)palaver(dot)net>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Another Solution: Dividing Money
Date: 1998-12-02 19:20:42
Message-ID: Pine.LNX.3.96.981202141905.17606C-100000@farout.palaver.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Well... well. uhhh well.

My feeble mind has managed to work out another very, very simple solution
to this:

select price, price / 2::float as halfprice from item_money;

All of my fretting and worrying, and the answer was that simple.

daggonnit,

Bob

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Williams 1998-12-02 19:26:37 Need immediate help with install
Previous Message Bob Dusek 1998-12-02 19:18:06 SOLVED: Dividing Money