mysql笔记(一),经常使用关键字和函数

模糊查询web like 关键字sql select * from tableName where name = '张_';//一个下划线表明匹配一个字符 select * from tableName where name = '张%';// %表明匹配0到N个字符 在 xx 与 xx 之间svg between 关键字函数 select * from tableName where betw
相关文章
相关标签/搜索