带或不带括号的MySQL给出不同的结果

时间:2019-03-11 07:41:22

标签: mysql

我一直在研究给我不同结果的MySQL查询。 有人可以启发我发生什么事情。

enter image description here

enter image description here

我将在where子句中使用此查询,因此我需要在其上加上括号。在这种情况下有什么解决方法吗?

select dodtepost
    from hrxo
    where enccode = '000194100000000007387212/24/201811:32:38'
    and dmdcomb = '000000002379';

这给了我3个结果。

 (select dodtepost
    from hrxo
    where enccode = '000194100000000007387212/24/201811:32:38'
    and dmdcomb = '000000002379');

这什么也没有。

0 个答案:

没有答案