摘要:
最近在工作中使用Jmeter工具运行多条sql语句,运行失败,sql报错。作者事后整理记录下来,方便以后查看。 报错信息如下: You have an error in your SQL syntax; check the manual that corresponds to your MySQL 阅读全文
摘要:
前几天,工作用到了将时间戳转化成具体的时间(年月日 时:分:秒),出了一点问题,先看一下下面的sql语句: select *,FROM_UNIXTIME(created_at,'%Y-%m-%d %H:%m:%s') as created_at from sms_history WHERE mobi 阅读全文