In my Stored Procedure my getting single value as Output in a table.
For Example
Data
====
55
(ie)In my table Data Im getting 55 as output.
My requirement is to get the sum of my output in single digit.
55--> 5+5=10-->1+0-->1
I want 1 as my output.How to achieve this in a query.