摘要: 转载请注明转自:http://www.cnblogs.com/feiyumo/p/8763186.html 1.concat对于字符串进行拼接 concat(str1, str2, ..., strN) - Returns the concatenation of str1, str2, ..., 阅读全文
posted @ 2018-04-09 23:37 飞末 阅读(59339) 评论(0) 推荐(4)
摘要: 转载请注明转自:http://www.cnblogs.com/feiyumo/p/8760846.html 一、获取当前时间 1.current_date获取当前日期 2018-04-09 2.current_timestamp/now()获取当前时间 2018-04-09 15:20:49.247 阅读全文
posted @ 2018-04-09 16:26 飞末 阅读(88828) 评论(0) 推荐(1)