I'd like insert null value from a query but i can do it,
if my query is :
UPDATE table:name UPDATE euro='' WHERE id='5';
i have a sybase message warning like this :
Error converting data type varchar to numeric.
Why ????
if my query is :
UPDATE table:name UPDATE euro='' WHERE id='5';
i have a sybase message warning like this :
Error converting data type varchar to numeric.
Why ????
Comment