Nan's Blog
Tuesday, July 31, 2018
SQL - change exponential data to number
SELECT
api,
CONVERT
(numeric(14,0),
CAST
(api
AS FLOAT
))
as
new_api
FROM
[dbo].[tbl_PA_Perforated]
where
api like
'%e%'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment