12 2020 档案

摘要:https://blog.csdn.net/weixin_39180123/article/details/78720222 将表b 中的字段值 赋值给表a 字段值UPDATE powershu_aiops_biz_dev.aiops_cmdb_host a,bjetc_aiops_biz_depl 阅读全文
posted @ 2020-12-23 14:20 胖头陀春天 阅读(847) 评论(0) 推荐(0) 编辑
摘要:查找 education_student_tmp_from_crpn 表中 stu_no 相同的数据 SELECT * FROM `education_student_tmp_from_crp` a WHERE (a.stu_no) IN ( SELECT stu_no FROM `educatio 阅读全文
posted @ 2020-12-23 14:18 胖头陀春天 阅读(1371) 评论(0) 推荐(0) 编辑
摘要:时间戳转时间 /** 使用方法: this.endValue = this.dataFormat(resultEnd, "Y-m-d H:i:s") */dataFormat(timestamp, formats) { // formats格式包括 // 1. Y-m-d // 2. Y-m-d H 阅读全文
posted @ 2020-12-09 18:09 胖头陀春天 阅读(2005) 评论(0) 推荐(0) 编辑