码迷,mamicode.com
首页 > 数据库 > 详细

一些mysql语句

时间:2017-05-12 13:42:45      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:case when   查询   end   模糊   when   赋值   users   sql   use   

级联查询 where store_id in(select store_id from store_staff where user_id = #{user_id})

判断赋值 (case when (select use_name from users s where use_id = p.op_name)is not NULL then (select use_name from users s where use_id = p.op_name) else p.op_name end)op_name, in_datetime,

模糊查找 in_datetime LIKE CONCAT (‘" + data + "%‘)"

一些mysql语句

标签:case when   查询   end   模糊   when   赋值   users   sql   use   

原文地址:http://www.cnblogs.com/wgb123/p/6844840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!