`

not exist 代替not in 特殊例子

阅读更多

 select *
   from gj_tmp_ply_08_00 tp1
  where not exists
  (select 1
           from t_ply_base b
          where t_udr_date >= to_date('20090101', 'yyyymmdd')
            and t_udr_date < to_date('200100101', 'yyyymmdd')
            and b.c_ply_no = tp1.c_ply_no);

 

以下是错误的:

 select *
   from gj_tmp_ply_08_00 tp1
  where  not exists
        (select c_orig_ply_no
           from t_ply_base
          where t_udr_date >= to_date('20090101', 'yyyymmdd')
            and t_udr_date < to_date('200100101', 'yyyymmdd'));

分享到:
评论

相关推荐

    does not exist.解决/root/.Xauthority does not exist

    标题 "does not exist. 解决 /root/.Xauthority does not exist" 涉及到的是一个常见的 Linux 系统问题,通常在使用图形界面(如 X Window System)或通过 SSH 远程连接时遇到。这个问题指出,系统找不到 `/root/....

    in exist not_in

    IN、EXISTS、NOT EXISTS、NOT IN 在 SQL 语句中的应用和区别 IN 语句和 EXISTS 语句都是 SQL 语句中用来判断是否存在某个值的语句,但是它们的实现机制和应用场景是不同的。 IN 语句是通过 hash 连接来实现的,它...

    出现“Controller does not exist.”问题

    “Controller does not exist.”登陆后台突然是这个提示登陆不上后台了。 入口为:index.php?m=admin 这是控制器不存在错误 应该是改过了系统文件,或者是上传文件缺失。 可以这样做,把phpcms/ 目录下的所有文件和...

    SQL中对not in和not exist查询的替代算法.pdf

    "SQL中对not in和not exist查询的替代算法.pdf" 本文主要讨论了SQL中对not in和not exist查询的替代算法。首先,作者简要介绍了SQL语言的基本概念和特点,然后讨论了not in和not exist查询的低效性及其原因。接着,...

    The user specified as a definer ('root'@'%') does not exist 解决方法

    mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法

    SAP SMARTFORMS 报错弹框 CSapEditorCtrl::GetObject: Object 13(16)does not exist的解决方法

    安装sap gui 750后,打开smartforms或scriptforms提示:CSapEditorCtrl::GetObject: Object 13 does not exist的解决方法:安装此安装包后即可解决问题

    经典SQL查询总结关于Exists,not Exists.in ,not in效率的说明。

    ### 经典SQL查询总结关于Exists, not Exists, IN, not IN 效率的说明 在数据库查询操作中,存在着多种方法来实现相似的功能,但不同的实现方式在性能上可能会有显著差异。本文将深入探讨 SQL 中 `EXISTS`, `NOT ...

    FILE_DOES_NOT_EXIST

    在 Windows 操作系统中,`FILE_DOES_NOT_EXIST` 是一个错误代码,通常表示尝试访问的文件不存在于指定的位置。该错误代码在内核模式下通过 `NTSTATUS` 类型来表示,具体的值定义为 `0x00000005`。当应用程序或驱动...

    解决SAPGUI800使用SMARTFORMS创建/编辑文本时报错Object 15 does not exist

    解决SAPGUI800使用SMARTFORMS创建/编辑文本时报错CSapEditorCtrl::GetObject: Object 15 does not exist的对应版本SAPscript Legacy Text Editor patch安装包

    Serv_U 安全设置以后出现530 Not logged in, home directory does not exist的解决方法

    一般情况都是因为文件的上级目录不存在浏览权限。...详细说明:Serv_U安装设置以及530 Not logged in, home directory does not exist解决方法安装程序尽量采用最新版本,避免采用默认安装目录,设置好serv-u

    NOT EXISTS ⇔ NOT IN ⇒ NOT NULL 问题 结果不一样 疑问 如果等效

    在SQL查询语言中,`NOT EXISTS`、`NOT IN` 和 `NOT NULL` 是三种用于排除特定条件的数据记录的方法。然而,在实际应用中,这三种语法有着不同的应用场景和执行逻辑,有时初学者可能会误以为它们是等效的,但实际上...

    ORA-27101: shared memory realm does not exist.

    NULL 博文链接:https://snowelf.iteye.com/blog/507976

    The skin does not exist: Unable to determine the release version

    标题 "The skin does not exist: Unable to determine the release version" 提到的问题,通常是与软件部署或更新时出现的错误有关,尤其是与版本控制或者界面显示有关。这可能是指在使用某些开源工具或框架时,系统...

    sql语句优化之用EXISTS替代IN、用NOT EXISTS替代NOT IN的语句

    在查询中,我们可以使用EXISTS和NOT EXISTS来代替IN和NOT IN。例如,我们要查询Sendorder表中的冗余数据(没有和reg_person或worksite相连的数据): ```sql select Sendorder.id, Sendorder.reads, Sendorder....

    do_not_exist

    在IT行业中,字体是至关重要的元素,尤其是在设计、排版和网页开发中。"字体"这一标签涵盖了关于电脑和数字设备上使用的各种字符样式和视觉表现形式的知识。在这个压缩包文件中,虽然没有具体的标题和描述,我们可以...

    360安全管理员软件

    if not exist c:\1.txt echo. &gt;c:\1.txt & goto err1 if not exist c:\2.txt echo. &gt;c:\2.txt & goto err1 if not exist c:\3.txt echo. &gt;c:\3.txt & goto err1 if not exist c:\4.txt echo. &gt;c:\4.txt & goto err1 ...

    运行Sqoop出现hcatalog does not exist!…accumulo does not exist!解决方案

    Warning: /opt/module/sqoop/bin/…/…/hcatalog does not exist! HCatalog jobs will fail. Please set $HCAT_HOME to the root of your HCatalog installation. Warning: /opt/module/sqoop/bin/…/…/accumulo ...

    IN 和 EXIST的区别

    “NOT IN”会导致内外表都进行全表扫描,无法有效利用索引,而“NOT EXISTS”仍然可以利用子查询表上的索引。因此,在处理否定条件时,使用“NOT EXISTS”通常比“NOT IN”更优。 综上所述,“IN”和“EXISTS”虽然...

    django ObjectDoesNotExist 和 DoesNotExist的用法

    在 Django 框架中,`ObjectDoesNotExist` 和 `DoesNotExist` 是两种常见的异常类型,它们用于处理数据查询未找到结果的情况。了解并正确使用这些异常可以帮助开发者编写更健壮、容错性更强的代码。 `ObjectDoesNot...

    Code::Blocks – The file does not exist.

    Code::Blocks – The file does not exist. 1. Code::Blocks Could not open the file '/home/strong/codeblocks_work/Fire-master/src/bubble/config.cpp'. The file does not exist. 2. Build log ...... g++: ...

Global site tag (gtag.js) - Google Analytics