SELECT CONVERT('123', SIGNED);
#将行号转成整数
update saic_asn_confirm_inbound set inbound_advice_position =CONVERT(inbound_advice_position, SIGNED) where inbound_advice_number='NOAIR20211008';
将行号(字符串)转成整数
阅读 35
2023-10-03
SELECT CONVERT('123', SIGNED);
#将行号转成整数
update saic_asn_confirm_inbound set inbound_advice_position =CONVERT(inbound_advice_position, SIGNED) where inbound_advice_number='NOAIR20211008';
相关推荐
精彩评论(0)