i want solution for that
Posted: Sat Aug 01, 2015 10:46 am
Hi,
I want a solution for
Suppose there is a table called Emp in that there is 2 column
First column is emp name X,X,Y,Y and second column is salary
1000 ,2000,3000,4000.
Write a code to display sum of the same emp name ,
Like
X+X=3000,
Thank you
I want a solution for
Suppose there is a table called Emp in that there is 2 column
First column is emp name X,X,Y,Y and second column is salary
1000 ,2000,3000,4000.
Write a code to display sum of the same emp name ,
Like
X+X=3000,
Thank you