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

mysql left join

时间:2018-07-05 17:20:44      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:from   nbsp   cat   email   image   sele   status   serve   inf   

SELECT *,type,status,server_id FROM `dp_email_server` server LEFT JOIN `dp_email_stop` stop ON (server.smtp_id = stop.server_id)
WHERE status = ‘0‘ AND ‘jjtest@qq.com‘ LIKE CONCAT(‘%‘,type,‘%‘)

技术分享图片

 

mysql left join

标签:from   nbsp   cat   email   image   sele   status   serve   inf   

原文地址:https://www.cnblogs.com/hjjun/p/9268930.html

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