Fields - Mailing list pgsql-jdbc

From Charles Curi
Subject Fields
Date
Msg-id 4b56fd040605311247i3550c6c4xefa7ff94cd6e0c57@mail.gmail.com
Whole thread Raw
List 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?

pgsql-jdbc by date:

Previous
From: "J."
Date:
Subject: granted select works in psql but not via jdbc
Next
From: "Guy Rouillier"
Date:
Subject: Re: Fields