Thread
:
Addition code for mysql?
View Single Post
#
4
(
permalink
)
2006-07-24, 06:38 AM
vladimir_cz
Senior Member
Join Date: Jul 2006
Location: Prague, Czech Republic
Posts: 193
just add one calulated column with next way:
select peso, peso*1.2 as peso_with_tax from <table>
or just sum?
select sum(peso) from table where...
if need, add group by for calculate sums for each date, some code, etc.
__________________
Thank you. Vladimir, Czech Republic.
http://www.smartwebco.com/
I'm looking for job.
vladimir_cz
View Public Profile
Send a private message to vladimir_cz
Visit vladimir_cz's homepage!
Find all posts by vladimir_cz