DBA > Job Interview Questions > Sybase Interview Questions and Answers

How can you change to get the decimal separator

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions