How to convert money to decimal in SQL Server stored procedure -


i have stored procedure want convert money type decimal type.

@money = 513.9010 type money

i want convert decimal - how that?

select convert(decimal(7,4),@money) 

Comments

Popular posts from this blog

basic authentication with http post params android -

c++ - End of file on pipe magic during open -

vb.net - Virtual Keyboard commands -