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.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)