SELECT CONVERT('123', SIGNED);
#将行号转成整数
update saic_asn_confirm_inbound set inbound_advice_position =CONVERT(inbound_advice_position, SIGNED) where inbound_advice_number='NOAIR20211008';
微信扫一扫
SELECT CONVERT('123', SIGNED);
#将行号转成整数
update saic_asn_confirm_inbound set inbound_advice_position =CONVERT(inbound_advice_position, SIGNED) where inbound_advice_number='NOAIR20211008';
相关推荐