摘要: Server层,选项持久化 mysql> show variables like '%max_connections%'; + + + | Variable_name | Value | + + + | max_connections | 512 | | mysqlx_max_connections 阅读全文
posted @ 2020-12-23 16:35 ascertain 阅读(502) 评论(0) 推荐(0)
摘要: now() sysdate()均为获取当前时间, now()取执行sql时的时间,sysdate()取执行sysdate()函数时的时间 cast(column as type) 类型转换,convert(column,type) type类型 char[n] date 日期 datetime 日期 阅读全文
posted @ 2020-12-23 16:34 ascertain 阅读(101) 评论(0) 推荐(0)