sql2008中 nvarchar转numeric(12,2) 提示:消息 8114,级别 16,状态 5,第 1 行 从数据类型 nvarchar 转换为 numeric 时出错。
I need to query against a column which contains build numbers stored as an NVARCHAR.<BR>Sorting works fine until you get into double-digit versions.<BR><BR>This works ...