数据库操作

Posted chenlw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库操作相关的知识,希望对你有一定的参考价值。

select * from num where length(newnum) = 15   //指定字符串长度



select * from num where newnum not REGEXP ‘[0-9]{18}|[0-9]{17}X|[0-9]{15}‘//使用正则



update num set newnum = upper(newnum) where newnum like ‘%x‘ //将字母大写

  

以上是关于数据库操作的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段15——git命令操作一个完整流程

VSCode 如何操作用户自定义代码片段(快捷键)

代码片段 - Golang 实现集合操作

Apollo Codegen 没有找到生成代码的操作或片段

操作栏标签片段中的片段?

C#程序员经常用到的10个实用代码片段 - 操作系统