|
How can you change to get the decimal separator as comma instead of the decimal point (.)?
Sybase Interview Questions and Answers
(Continued from previous question...)
How can you change to get the decimal separator as comma instead of the decimal point (.)?
Use stuff(convert(varchar,qty),charindex(".",convert(varchar,qty)),1,",")
(Continued on next question...)
Other Interview Questions
|