Fields

Lists: pgsql-jdbc
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
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?