书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 7812 个相关结果.
  • 一些有用的 Logger 配置

    4.7.1. 一些有用的 Logger 配置 4.7.1. 一些有用的 Logger 配置 以下是一些框架里面比较有用的 loggers,可以用来调试问题。 eclipselink.sql 如果设置成 DEBUG ,EclipseLink ORM 框架会打印所有执行的 SQL 语句和执行时间。这个 logger 已经在标准的 logback.xm...
  • 关联子查询去关联

    关联子查询去关联 简介 限制 样例 关联子查询去关联 子查询相关的优化 中介绍了当没有关联列时,TiDB 是如何处理子查询的。由于为关联子查询解除关联依赖比较复杂,本文档中会介绍一些简单的场景以及这个优化规则的适用范围。 简介 以 select * from t1 where t1.a < (select sum(t2.a) from ...
  • MERGE

    描述 格式 参数解释 示例 描述 该语句用来根据一张源表更新一张目标表的数据,可以对目标表进行插入、更新或者删除。 格式 MERGE [ hint_options ] INTO table_factor [ opt_alias ] USING table_factor [ opt_a...
  • 概述

    访问路径是指数据库中访问表的方法,即使用哪个索引来访问表。 访问路径的分析是单表查询的最重要的问题之一,对于使用主表扫描的访问路径来说,执行时间一般与需要扫描的数据量(范围)成正比。一般来说,可以使用 EXPLAIN EXTENDED 命令,将表扫描的范围段展示出来。对于有合适索引的查询,使用索引可以大大减小数据的访问量,因此对于使用主表扫描的查询,要...
  • LIMIT

    MySQL 模式含有 LIMIT 的 SQL 场景 Oracle 模式含有 COUNT 的 SQL 改写为 LIMIT 场景 Oracle 模式含有 FETCH 的 SQL 场景 LIMIT 算子用于限制数据输出的行数,与 MySQL 的 LIMIT 算子功能相同。 在 OceanBase 数据库的 MySQL 模式中处理含有 LIMIT 的 SQ...
  • Working with View Dependencies

    Finding View Dependencies Finding Direct View Dependencies on a Table Finding Direct Dependencies on a Table Column Listing View Schemas Listing View Definitions Listing Nested...
  • Working with View Dependencies

    Finding View Dependencies Finding Direct View Dependencies on a Table Finding Direct Dependencies on a Table Column Listing View Schemas Listing View Definitions Listing Nested...
  • NOT LIKE

    NOT LIKE Description Syntax Examples NOT LIKE Description The NOT LIKE operator is used in a WHERE clause to search for a specified pattern in a column. There are tw...
  • UPDATE

    UPDATE Description Syntax Single-table Syntax Explanations Examples UPDATE Description The UPDATE statement is used to modify the existing records in a table. Sy...
  • UPDATE

    UPDATE Description Syntax Single-table Syntax Explanations Examples UPDATE Description The UPDATE statement is used to modify the existing records in a table. Sy...