Answers

Question and Answer:

  Home  Sybase

⟩ 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,",")

 171 views

More Questions for you: