Viewing 3 posts - 1 through 4 (of 4 total)
Thank you. Would there also be a way in which I don't have to specify each Column by name?
February 22, 2017 at 6:59 am
#1929706
table 1 has the columns :
m_ID : data type integer primary unique key auto increment and
description: data type nvarchar
table 2 has the columns:
m_id: data type integer no key, no...
January 4, 2010 at 3:31 pm
#1098679
When I try to convert to int CONVERT (INT, field1) I get the following message:
Conversion failed when converting the nvarchar value '15.500' to data type int.
April 16, 2009 at 7:48 am
#978832