书栈网 · BookStack 本次搜索耗时 0.045 秒,为您找到 92955 个相关结果.
  • 更新数据

    更新数据表中的数据 更新某个字段的值: 自增或自减一个字段的值 延迟更新 助手函数 快捷更新(V5.0.5+) 版本 调整功能 5.0.5 添加data /inc /dec /exp 方法设置数据 更新数据表中的数据 Db :: table ( 'think_user' )-> where ( 'id' , 1 )-> updat...
  • 基本介绍

    链式操作 gdb 链式操作使用方式简单灵活,是GF 框架官方推荐的数据库操作方式。 链式操作 链式操作可以通过数据库对象的db.Table /db.Model 方法或者事务对象的tx.Table /tx.Model 方法,基于指定的数据表返回一个链式操作对象*Model ,该对象可以执行以下方法。 接口文档:https://godoc.org/g...
  • ORM查询-All/One/Array/Value/Count

    All/One/Array/Value/Count Find* 支持主键条件的数据查询 All/One/Array/Value/Count 这五个方法是数据查询比较常用的方法,方法列表: func ( m * Model ) All ( where ... interface {} ( Result , error ) f...
  • Modifying Data

    Modifying Data Insert some data into a table Insert multiple rows of data into a table Insert calculated data into a table Update some existing data Update multiple rows and co...
  • 子查询

    子查询 使用 fetchSql 方法 使用 buildSql 方法 子查询 构造子查询 SQL,可以使用下面两种方式来构建。 使用 fetchSql 方法 fetchSql 方法表示不进行查询而只是返回构建的 SQL 语句,适用于任何 CURD 查询。 使用示例: $subQuery = Db :: table ( '...
  • 子查询

    子查询 使用 fetchSql 方法 使用 buildSql 方法 子查询 构造子查询 SQL,可以使用下面两种方式来构建。 使用 fetchSql 方法 fetchSql 方法表示不进行查询而只是返回构建的 SQL 语句,适用于任何 CURD 查询。 使用示例: $subQuery = Db :: table ( '...
  • Query operators

    Query operators Query operators The following types of comparisons are supported by peewee: Comparison Meaning == x equals y < x is less than y <= x is less than or equal t...
  • Limitations

    Limitations Hint based shadow algorithm Column based shadow algorithm Limitations Hint based shadow algorithm No Column based shadow algorithm Does not support DDL. Does n...
  • Limitations

    Limitations Hint based shadow algorithm Column based shadow algorithm Limitations Hint based shadow algorithm No Column based shadow algorithm Does not support DDL. Does n...
  • IoTDB Query Statement

    IoTDB Query Statement Schema Statement Data Management Statement Database Management Statement Functions IoTDB Query Statement In this part, we will introduce you IoTDB’s Q...