I'm trying to convert a data type of nvarchar to an int data type, but I keep getting errors when I try.
Here's my latest try:
[code=sql]cast(convert(in t,submitter) as int) as 'Submitter' [/code]
Any thoughts on how I can do this?
Here's my latest try:
[code=sql]cast(convert(in t,submitter) as int) as 'Submitter' [/code]
Any thoughts on how I can do this?
Comment