mysql
天地人和2016
梦想是拯救世界
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysql 随记
oracle 函数 转mysql函数sysdate --> now()NVL --> IFNULL(,)select str_to_date('2036-12-12 22:10:11','%Y-%m-%d %T') ;date_format(date,'%Y-%m-%d') -------------->oracle中的to_char();st原创 2016-03-11 18:53:10 · 274 阅读 · 0 评论 -
Mysql Error Code: 1093
批量修改,带有子查询语句,报错 Error Code: 1093. You can't specify target table 't' for update in FROM clause0.000 sec错误的语句update t_wx_menu t set t.del_flag = 1,t.update_time = now() where t.id in原创 2016-04-14 17:57:05 · 3665 阅读 · 0 评论
分享