区分本异地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的主要内容,如果未能解决你的问题,请参考以下文章

sql网络服务的编辑器怎么调出来

sql语法有没有区分大小写?

oracle11g中的sql语句区分大小写吗

sql语句区分大小写吗

sql语句查询字母字段时不区分大小写

oracle的sql命令有没有区分大小写