Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Conversion failed when converting the nvarchar value 'NONE' to data type int.

$
0
0
I know this is a beginner type question but I am stumped.I am attempting to convert a table called 'Inactive' which is a Boolean table. Its referenced from a Dept_ID #:UPDATE InventorySET Inactive = 1WHERE Dept_ID IN(1081, 1091, 1092, 1093, 1094, 1101, 1102, 1103, 1104, 1105, 1111, 1112, 1113)But I am getting this:Conversion failed when converting the nvarchar value 'NONE' to data type int.There are a few cells with NONE in them.Thanks.

Viewing all articles
Browse latest Browse all 3145

Trending Articles