首页 > 其他 > 详细

19.08.19 知识点的记录

时间:2019-08-20 17:40:30      阅读:109      评论:0      收藏:0      [点我收藏+]

var regObj=new RegExp(正则表达式);

regObj.test(校验的值);

 

$.each(json,function(index,item)里面的index代表当前循环到第几个索引,item表示遍历后的当前对象


union 用于合并多个select语句的结果集

union all 包含重复的

 

select ...from(select ...from table) a where...把子查询的结果集作为一个表进行外部查询

19.08.19 知识点的记录

原文:https://www.cnblogs.com/0043guan/p/11383918.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!