zoukankan      html  css  js  c++  java
  • SQL NULL 的问题

    1.select null where null not in (1,2) 没有结果

    --------------A查询---------------------------------
    select
    gbi.goodsitemGuid
    from
    VGoodsBill gb
    left join
    VGoodsBillItem gbi on gb.Guid=gbi.goodsbillGuid
    where gbi.goodsitemGuid not in
    (select Guid from VGoodsItem group by guid)

    --------------A查询---------------------------------

    select 
    gbi.goodsitemGuid
    from 
    VGoodsBill gb 
    left join 
    VGoodsBillItem gbi on gb.Guid=gbi.goodsbillGuid 

    这里面有的结果为Null,

    select Guid from VGoodsItem group by guid 这个结果没有NuLL,

    但是A查询的结果为:

  • 相关阅读:
    css3 3d 转换
    css3 动画序列
    css3 动画
    2d 转换之缩放
    2d 转换中心点
    css3 书写 动画三角形
    2d 旋转
    2D转换
    伪元素 字体图标
    风陵01
  • 原文地址:https://www.cnblogs.com/denghuachengle/p/4777739.html
Copyright © 2011-2022 走看看