mathematical calculations - sql queries - Mailing list pgsql-jdbc

From vbhatia@ksu.edu
Subject mathematical calculations - sql queries
Date
Msg-id 1185761260.46ad47ec4a9b7@webmail.ksu.edu
Whole thread Raw
Responses Re: mathematical calculations - sql queries  ("Andres Olarte" <olarte.andres@gmail.com>)
List pgsql-jdbc
Hi all,

Thanks for replying to previous mail, I have one more question. Can I
write a postgresql query that retrieves a particular field from a table
and performs some mathematical calculation on that field involving
exponential( exp) and pow functions and storing the result in a new
table.


Somethign like this
select field1 from tablename1 ( performing calculation on field1 ) (
storing in another table)


Thanks and regards,
Vishal


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: pt_BR translation updates
Next
From: "Andres Olarte"
Date:
Subject: Re: mathematical calculations - sql queries