
MySQL
Heerlen
学渣程序猿一枚,记录一下自己学到好的东西~
展开
-
MySQL常用命令
MySQL常用命令 日期 / 时间函数 -- 当前日期时间 select now() select sysdate() select current_timestamp() -- 当前日期 select current_date() -- 当前时间 select current_time() -- 获取日期部分 select date('yyyy-mm-dd hh:ii:ss') --...原创 2020-04-01 17:03:34 · 4745 阅读 · 1 评论 -
使用MyCat单库分表实战详解
场景 比如一个大型集团公司,有一张表record保...转载 2020-03-20 23:10:40 · 1028 阅读 · 1 评论 -
MySQL数据库面试题(2020最新版)
文章目录数据库基础知识为什么要使用数据库什么是SQ...转载 2020-03-20 23:06:47 · 3254 阅读 · 0 评论