书栈网 · BookStack 本次搜索耗时 0.067 秒,为您找到 90693 个相关结果.
  • JSON 类型

    JSON 类型 语法说明 支持的操作 其他约束条件 JSON 类型 语法说明 创建 json 类型 tag create stable s1 ( ts timestamp , v1 int ) tags ( info json ) create table s1_1 using s1 tags ( '{"k1": "...
  • 查询语言.whereDate

    查询语言.whereDate whereDate 时间查询 whereDay 时间查询 whereMonth 时间查询 whereYear 时间查询 time().where.endTime 时间查询,等价于 whereDate time(date).where.endTime 时间查询,等价于 whereDate time(day).where...
  • 查询语言.prefix

    查询语言.prefix 函数原型 用法如下 查询语言.prefix 函数原型 public function prefix ( $mixPrefix ); 用法如下 # SELECT SQL_CALC_FOUND_ROWS `test`.* FROM `test` WHERE `test`.`id` = 5 Db :: ...
  • Non-Prepared Execution Plan Cache

    SQL Non-Prepared Execution Plan Cache Principle Usage Example Restrictions Cache suboptimal plans Usage restrictions Performance benefits Diagnostics Monitoring SQL Non...
  • Rule engine SQL statement

    Rule engine SQL statement SQL syntax FROM, SELECT, and WHERE clauses FOREACH, DO, and INCASE clauses Operational symbol Compare symbol SQL statement example: Basic syntax exam...
  • Model Querying - Basics - 模型查询(基础)

    Model Querying - Basics - 模型查询(基础) 简单 INSERT 查询 简单 SELECT 查询 SELECT 查询特定属性 应用 WHERE 子句 基础 操作符 Op.in 的简写语法 运算符的逻辑组合 使用 Op.and 和 Op.or 示例 使用 Op.not 示例 高级查询(不仅限于列) 仅限 Po...
  • Scopes - 作用域

    Scopes - 作用域 定义 使用 合并 合并 Include Scopes - 作用域 作用域用于帮助你重用代码. 你可以定义常用查询,并指定诸如 where , include , limit 等参数. 本指南涉及模型作用域. 你可能也对关联作用域指南 感兴趣,它们相似但又不同. 定义 作用域在模型定义中定义,可以是查找器...
  • 查询指令

    查询指令 eq neq gt gte lt lte in nin and or 查询指令 eq 表示字段等于某个值。eq 指令接受一个字面量 (literal),可以是 number , boolean , string , object , array 。 比如筛选出所有自己发表的文章,除了用传对象的方式: const...
  • SQL Expression Language Tutorial

    SQL Expression Language Tutorial Version Check Connecting Define and Create Tables Insert Expressions Executing Executing Multiple Statements Selecting Operators Operator Cu...
  • Deleting data

    Deleting data Deleting data Delete data from the table using DELETE . Note We assume that you already created tables in step Creating a table and populated them with data in...