摘要:
通过show variables like '%time_zone%'; 查看时区: CST 时区 名为 CST 的时区是一个很混乱的时区,有四种含义: 美国中部时间 Central Standard Time (USA) UTC-06:00 澳大利亚中部时间 Central Standard Ti 阅读全文
摘要:
最近需要查询每组时间最新的记录 表如下: 目标结果是: 一开始的想法: select * from (select * from log where account_id = 45 order by shop_id,create_time desc) w group by w.shop_id 这种写 阅读全文