当前位置:网站首页>How to add a condition for an associated table in an SQL statement [null value required or not required]
How to add a condition for an associated table in an SQL statement [null value required or not required]
2022-07-01 02:08:00 【pingzhuyan】
Catalog
Didn't understand the message , Baidu search for a long time basically wants few
1. Unwanted null value
hold and Put the condition at the end
SELECT
ad.dept_id,
ad.dept_name,
au.id,
au.realname
FROM
user_post aup
LEFT JOIN dept ad ON aup.dept_id = ad.dept_id
left join build_rec_user abru
on abru.order_id=ad.dept_id
LEFT JOIN user au ON au.id = abru.user_id
WHERE ad.company_id = 100 and abru.type_id = 02. need null value

In fact, in the left join ... on Add later and Conditions = ? Screening Associated library condition
Example : left join build_rec_user abru
on abru.order_id=ad.dept_id and abru.type_id = 0
SELECT
ad.dept_id,
ad.dept_name,
au.id,
au.realname
FROM
user_post aup
LEFT JOIN dept ad ON aup.dept_id = ad.dept_id
left join build_rec_user abru
on abru.order_id=ad.dept_id
and abru.type_id = 0
LEFT JOIN user au ON au.id = abru.user_id
WHERE ad.company_id = 100 Didn't understand the message , Baidu search for a long time basically wants few
边栏推荐
猜你喜欢

软件开发中的上游和下游

Batch import of Excel data in applet

go导入自建包

(总结一)Halcon基础之寻找目标特征+转正

House change for agricultural products? "Disguised" house purchase subsidy!

求两个线段公共部分的长度

My PMP learning test experience
2022年最新csdn涨薪技术栈-app自动化测试概述

There is no future to be expected. It is just the last fantasy of a migrant worker before he dies

FL studio20.9 fruit software advanced Chinese edition electronic music arrangement
随机推荐
Handsontable data grid component
C#生成putty格式的ppk文件(支持passphrase)
数学知识:求组合数 IV—求组合数
@ConfigurationProperties和@Value的区别
MySQL insert \ pre update + judgment condition
AS400 entretien d'usine
CorelDRAW 2022 Chinese Simplified 64 bit direct download
SWT/ANR问题--AMS/WMS
对象与对象变量
Open source basic software companies, looking for you to create the future together (api7.ai)
先写API文档还是先写代码?
[fundamentals of wireless communication-14]: illustrated mobile communication technology and application development-2-the first generation mobile analog communication big brother
7-2 punch in reward DP for puzzle a
【2022年】江西省研究生数学建模方案、代码
7-2 拼题A打卡奖励 dp
My PMP learning test experience
Template: globally balanced binary tree
Machine learning 10 belief Bayesian classifier
Pytorch - - Basic Reference North Deux élèves du secondaire peuvent comprendre [Rétropropagation et Gradient descendant]
How does ZABBIX configure alarm SMS? (alert SMS notification setting process)