Sybase Question:
Download Questions PDF

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

Answer:

Use stuff(convert(varchar,qty),charindex(".",convert(varchar,qty)),1,",")

Download Sybase Interview Questions And Answers PDF

Previous QuestionNext Question
How Can I Run the ASE Upgrade Manually?How To Change varchar(m) to varchar(n) in Sybase?