Fields

From: "Charles Curi" <charles(dot)curi(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Fields
Date: 2006-05-31 19:47:52
Message-ID: 4b56fd040605311247i3550c6c4xefa7ff94cd6e0c57@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi people!!!
I have a table called "orders" with fields "a","b" and "c".
I want to make a INSERT only of fields "a" and "b" by Java and at this
moment c=a*b;
Is it possible?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Guy Rouillier 2006-05-31 20:51:39 Re: Fields
Previous Message J. 2006-05-31 16:21:40 granted select works in psql but not via jdbc