首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

exists的简单有关问题

2011-12-30 
exists的简单问题如:select*fromt_vpn_listawhererq 200610andstatus1andexists(select*frombill.t_val_

exists的简单问题
如:select   *   from   t_vpn_list   a
where   rq= '200610 '
and   status=1
and   exists   (
    select   *   from   bill.t_val_id   b
    where   b.latn=a
    and   a.val_id=b.val_id
    and   b.status <> 0)

exists的意思,我不明确,是判断真假?如何比较?


[解决办法]
是判断是否存在
[解决办法]
判断是否存在.

热点排行