这是我的查询
string message = SaveData();
consoleBox.Content = message;
它返回我的身份证明37的记录......但我的提取数据必须是空的
答案 0 :(得分:0)
使用显式连接语法,看看你得到了什么
select a.*
From job_detail j
Join apply a
On j.job_id = a.job_id
AND a.end_user_id =1
AND j.jobtitle = 'barber'
AND (j.Zip LIKE '%900%'
OR j.city LIKE '%900%'
OR j.country LIKE '%900%')