chopeen's notes
2008/02/03
What I recently learned about casting an empty string (T-SQL)
SELECT CAST('' AS
money
)
--
.0000
SELECT CAST('' AS
decimal(19,4)
)
--
Server: Msg 8114, Level 16, State 5, Line 1
--
Error converting data type varchar to numeric.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment