积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(122)PostgreSQL(40)数据库工具(29)DBeaver(26)TiDB(17)Greenplum(11)Firebird(10)数据库中间件(8)Vitess(3)SQLite(3)

语言

全部英语(113)英语(4)德语(2)法语(1)俄语(1)中文(简体)(1)

格式

全部PDF文档 PDF(122)
 
本次搜索耗时 0.289 秒,为您找到相关结果约 122 个.
  • 全部
  • 数据库
  • PostgreSQL
  • 数据库工具
  • DBeaver
  • TiDB
  • Greenplum
  • Firebird
  • 数据库中间件
  • Vitess
  • SQLite
  • 全部
  • 英语
  • 英语
  • 德语
  • 法语
  • 俄语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Firebird 2.5 Language Reference

    identifiers — see the section Identifiers below. ◦ Although generator values are stored as 64-bit integers, a Dialect 1 client request, SELECT GEN_ID (MyGen, 1), for example, will return the generator value numbers (DECIMAL and NUMERIC data types) are stored internally as long fixed point values (scaled integers) when the precision is greater than 9. ◦ The TIME data type is available for storing time-of-day strings must be delimited with single quotes (apostrophes). ◦ Generator values are stored as 64-bit integers.  Use of Dialect 3 is strongly recommended for newly developed databases and applications. Both
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 SQLite Development with Zumero

    Stop using sequential integers. This choice can be further broken down into two sub-choices, both of which involve using randomness instead of sequential-ness: a. Stop using integers. Use a Universally Unique to TEXT. See Section 5.2.5.4, “UUIDs as Primary Keys” for more information. b. Continue to use integers, but make them random. This approach allows you to keep the column type as INTEGER, but requires will "never" happen. The main problem with using UUIDs is that they are 128 bits wide. In SQLite, integers are only 64 bits wide, so a UUID will not fit, which means we have to store it in a column of type
    0 码力 | 57 页 | 199.89 KB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    identifiers — see the section Identifiers below. ◦ Although generator values are stored as 64-bit integers, a Dialect 1 client request, SELECT GEN_ID (MyGen, 1), for example, will return the generator value numbers (DECIMAL and NUMERIC data types) are stored internally as long fixed point values (scaled integers) when the precision is greater than 9. ◦ The TIME data type is available for storing time-of-day strings must be delimited with single quotes (apostrophes). ◦ Generator values are stored as 64-bit integers.  Use of Dialect 3 is strongly recommended for newly developed databases and applications. Both
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Firebird 2.0 ErrorCodes

    335544817 bad_limit_param Invalid parameter to FIRST.Only integers >= 0 are allowed. -204 335544818 bad_skip_param Invalid parameter to SKIP.Only integers >= 0 are allowed. -204 335544837 bad_substring_offset parameter %d to SUBSTRING. Only positive integers are allowed. -204 335544853 bad_substring_length Invalid length parameter %d to SUBSTRING. Negative integers are not allowed. -204 335544854 charset_not_installed
    0 码力 | 26 页 | 157.59 KB | 1 年前
    3
  • pdf文档 Firebird 2.1 ErrorCodes

    335544817 bad_limit_param Invalid parameter to FIRST.Only integers >= 0 are allowed. -204 335544818 bad_skip_param Invalid parameter to SKIP.Only integers >= 0 are allowed. -204 335544837 bad_substring_offset parameter @1 to SUBSTRING. Only positive integers are allowed. -204 335544853 bad_substring_length Invalid length parameter @1 to SUBSTRING. Negative integers are not allowed. -204 335544854 charset_not_installed
    0 码力 | 31 页 | 103.24 KB | 1 年前
    3
  • pdf文档 Firebird Generator Guide: A guide on how and when to use generators in Firebird

    generator with starting value 0 to feed a NUMERIC(18) or BIGINT column (both types represent 64-bit integers), and you would insert 1000 rows per second, it would take around 300 million years (!) before the client: • If the client dialect is 1, the server returns generator values as truncated 32-bit integers to the client. But inside the database they remain 64-bit values and they do not wrap after reaching
    0 码力 | 20 页 | 169.00 KB | 1 年前
    3
  • pdf文档 TiDB 2.1.7

    ones. 2 2.1 Set In the set test, we insert unique integers as distinct rows into a table, and concurrently read the entire table to see what integers are present. We verify that every successfully inserted
    0 码力 | 9 页 | 141.29 KB | 6 月前
    3
  • pdf文档 PostgreSQL 16.1 Documentation

    ................................. 2680 F.13. dict_int — example full-text search dictionary for integers ....................... 2712 F.14. dict_xsyn — example synonym full-text search dictionary .... enumerator ......................................... 2733 F.20. intarray — manipulate arrays of integers .............................................. 2735 F.21. isn — data types for international standard (0 or 1). Hexadecimal digits and the radix prefixes can be in upper or lower case. Note that only integers can have non-decimal forms, not num- bers with fractional parts. These are some examples of valid
    0 码力 | 2974 页 | 14.22 MB | 1 年前
    3
  • pdf文档 Apache Cassandra™ 10 Documentation February 16, 2012

    family. For example, if we decided the coupon_code column should store coupon codes in the form of integers, we could change the validation type as follows: cqlsh> ALTER TABLE users ALTER coupon_code TYPE signed integers representing a number of milliseconds since the standard base time known as the epoch: January 1 1970 at 00:00:00 GMT. Timestamp types can be input in CQL as simple long integers, giving range of column names, or COUNT(*). Column names in Cassandra can be specified as string literals or integers, in addition to named identifiers. To specify a range of columns, specify the start and end column
    0 码力 | 141 页 | 2.52 MB | 1 年前
    3
  • pdf文档 PostgreSQL 16.1 Documentation

    ................................. 2823 F.13. dict_int — example full-text search dictionary for integers ............................ 2856 F.14. dict_xsyn — example synonym full-text search dictionary enumerator ............................................... 2878 F.20. intarray — manipulate arrays of integers .................................................... 2880 F.21. isn — data types for international (0 or 1). Hexadecimal digits and the radix prefixes can be in upper or lower case. Note that only integers can have non-decimal forms, not numbers with fractional parts. These are some examples of valid
    0 码力 | 3133 页 | 14.10 MB | 1 年前
    3
共 122 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 13
前往
页
相关搜索词
Firebird2.5LanguageReferenceSQLSQLiteDevelopmentwithZumerofirebird40languagereference2.0ErrorCodes2.1GeneratorGuideguideonhowandwhentousegeneratorsinTiDBPostgreSQL16.1DocumentationApacheCassandra10February162012
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩