Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Conversion failed when converting the nvarchar value '9824
- ' to data type int.
- SELECT CAST(table_name AS integer)
- FROM OLTP.table
- SELECT ISNUMERIC(REPLACE(Revenue, ' ', '')), Revenue, ISNUMERIC(REPLACE(LTRIM(RTRIM(Revenue)), ' ', ' '))
- FROM OLTP.ExtractedData
- (No column name) Revenue (No column name)
- 0 9824 0
- 0 5661 0
- 0 3250 0
- 0 2959 0
- 0 2511 0
- 0 2072 0
- 0 2056 0
- 0 1705 0
- 0 1704 0
Add Comment
Please, Sign In to add comment