区分本异地sql
Posted luoguixin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了区分本异地sql相关的知识,希望对你有一定的参考价值。
update SmokeVehicle set IsLocal=1 where left(vlpn, 2)=‘冀F‘
update SmokeVehicle set IsLocal=2 where left(vlpn, 2)!=‘冀F‘ and left(vlpn, 1)=‘冀‘
update SmokeVehicle set IsLocal=3 where left(vlpn, 1)!=‘冀‘
update SmokeVehicle set IsLocal=4 where vlpn=‘‘ or vlpn is null
以上是关于区分本异地sql的主要内容,如果未能解决你的问题,请参考以下文章