0
点赞
收藏
分享

微信扫一扫

将行号(字符串)转成整数

西街小学的王 2023-10-03 阅读 35

SELECT CONVERT('123', SIGNED);
#将行号转成整数
update saic_asn_confirm_inbound set inbound_advice_position =CONVERT(inbound_advice_position, SIGNED) where inbound_advice_number='NOAIR20211008';


举报

相关推荐

0 条评论