Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Find Values Added To Sum
I have a SQL query
Example:
select sum(amount) from mytable
Can SQLYog help me to find the individual amount contributed to this sum without modifying the query. ?
Is there any way to intercept / capture the individual amount contributed to the sum ?