February 9, 2013 at 10:09 am
hi friends i havel small doubt in sql server .plese tell me how to solve this issuse.
table data contains like
id , name , sal
1 , ravi ,10000
2 ,venu ,20000
3 , ravku , 40000
i want output lik sal columns with % symbal like
id ,name ,sal
1 , ravi ,200%
2 ,venu ,400%
3 ,ravku ,800%
how to solve this issue in sql server.plese tell me the query .
February 9, 2013 at 10:18 am
How do you get from 10000 to 200%? And what does a salary of 200% mean? 200% of what?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply