How can you change to get the decimal separator as comma instead of the decimal point (.)?

Submitted by: Administrator
Use stuff(convert(varchar,qty),charindex(".",convert(varchar,qty)),1,",")
Submitted by: Administrator

Read Online Sybase Job Interview Questions And Answers