Im get stuck to get sum of data in database. Then i need to list the summed of data in jsp page. For example, i have a database named family that store the information about all user's family. In the family database has income attribute. I need to sum the father and mother's user income. Then i need to list summed of income for each users for father and mother.
Ads