Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15694

how to display % symbol for a value in a row in SQLSERVER 2008 R2?

$
0
0
Hi ,

i got one requirement like my client will sent me the values , while storing the values i have to add % symbol to that value.

Ex:

create table test(payment number)
insert test values(1)
insert test values(2)
insert test values(0.1)

select * from test

Payment
-------
1%
2%
0.1%

how can i achieve the above output.

Thanks in advance

sai


Viewing all articles
Browse latest Browse all 15694

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>