判断workcode列不是数字,udpate 为空 2020-06-092020-06-08 作者 kim 判断workcode列不是数字,udpate 为空update tableName set workcode = null where workcode like ‘%[^0-9]%’