Hi everybody, Im doing one project, in that i have to add all the values(Integers/Double) from one selected field of the database table.So I want the code to get the sum of that field values.So kindly reply me.
Codings help
Collapse
X
-
Tags: None
-
You can UseOriginally posted by sreekandanHi everybody, Im doing one project, in that i have to add all the values(Integers/Double) from one selected field of the database table.So I want the code to get the sum of that field values.So kindly reply me.
=============== ======= QRY============ ======
Select sum(NonStringFi endName) from TableName where ...... -
In that coding, What is that (NonStringFiend Name) ?Originally posted by hariharanmcaYou can Use
=============== ======= QRY============ ======
Select sum(NonStringFi endName) from TableName where ......Comment
-
Originally posted by sreekandanIn that coding, What is that (NonStringFiend Name) ?
Sorry its Non String Field Name (Numbers)Comment
Comment