积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部数据库(21)Firebird(21)

语言

全部英语(17)德语(2)俄语(2)

格式

全部PDF文档 PDF(21)
 
本次搜索耗时 0.099 秒,为您找到相关结果约 21 个.
  • 全部
  • 数据库
  • Firebird
  • 全部
  • 英语
  • 德语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQL

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 15.1.2. Adding a CHECKed column . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Making an existing column NOT NULL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 15.2.2. Adding a CHECK constraint to an existing column . . . . . . . . “before insert” trigger. • If you add a column to a table that already has records, the fields added to the existing records will be NULL, except if you declare the column as NOT NULL and specify a default
    0 码力 | 69 页 | 479.63 KB | 1 年前
    3
  • pdf文档 Firebird 2.5 Language Reference

    Trailing spaces are not stored in the database but are restored to match the defined length when the column is displayed on the client side. Network traffic is reduced by not sending spaces over the LAN after the point. If the number 3.1415 is written to a column with this data type definition, the value of 3.14 will be saved in the NUMERIC(4, 2) column. The form of declaration for fixed-point data, for precision. For instance, you define the column type as NUMERIC(2,2) presuming that its range of values will be -0.99…0.99. However, the actual range of values for the column will be -327.68..327.67, which is
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    type REAL is a synonym for FLOAT, and is provided for syntax compatibility. When used to define a column or parameter, it’s indistinguishable from using FLOAT or FLOAT(1) - FLOAT(24).  Compatibility after the point. If the number 3.1415 is written to a column with this data type definition, the value of 3.14 will be saved in the NUMERIC(4, 2) column. The form of declaration for fixed-point data, for precision. For instance, you define the column type as NUMERIC(2,2) presuming that its range of values will be -0.99…0.99. However, the actual range of values for the column will be -327.68…327.67, which is
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 firebird language reference 30 rus

    CONSTRAINT .................................................................... 132 Предложение ALTER [COLUMN] ......................................................................... 132 Переименование столбца ( | NULL AS ) ::= sql_datatype | [TYPE OF] domain | TYPE OF COLUMN relname.colname Преобразование к домену При преобразовании меня много друзей (шведский)*/ SELECT Типы данных 50 CAST ('Jag har manga vanner' AS TYPE OF COLUMN TTT.S) FROM RDB$DATABASE; Допустимые преобразования для функции
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • pdf文档 firebird 30 sprachreferenz

    CHARACTER SET UTF8 COLLATE UNICODE_CI_AI ); COMMIT; SELECT CAST ('I have many friends' AS TYPE OF COLUMN TTT.S) FROM RDB$DATABASE; Konvertierungen für die CAST-Funktion möglich Tabelle 8. Umwandlungen Unterschieden im Datenkonvertierungsmechanismus, wenn Domänen für die Modifikatoren TYPE OF und TYPE OF COLUMN angegeben werden. 3.10.2. Domain-Überschreibung Beim Definieren einer Spalte mithilfe einer Domäne ::= | | [TYPE OF] domain | TYPE OF COLUMN rel.col ::= SMALLINT | INT[EGER] | BIGINT | FLOAT | DOUBLE PRECISION |
    0 码力 | 701 页 | 3.12 MB | 1 年前
    3
  • pdf文档 firebird wire protocol

    Port number  This is part of the sockaddr_in structure. It is not in XDR format Int16 Socket family  This is part of the sockaddr_in structure. It is not in XDR format Byte[4] IP Address 
    0 码力 | 40 页 | 213.15 KB | 1 年前
    3
  • pdf文档 Firebird 2.1 ErrorCodes

    nonsql_security_rel Table/procedure has non-SQL security class defined -84 335544555 nonsql_security_fld Column has non-SQL security class defined -84 335544668 dsql_procedure_use_err Procedure @1 does not return -104 335544612 token_err Token unknown -104 335544634 dsql_token_unk_err Token unknown- line @1, column @2 -104 335544709 dsql_agg_ref_err Invalid aggregate reference -104 335544714 invalid_array_id uncommitted metadata. You must roll back the current transaction. -104 335544821 dsql_column_pos_err Invalid column position used in the @1 clause -104 335544822 dsql_agg_where_err Cannot use an aggregate
    0 码力 | 31 页 | 103.24 KB | 1 年前
    3
  • pdf文档 Firebird 2.5 LangRef Update Russian

    и параметров NOT NULL в объявлениях переменных и параметров Домены вместо типа данных TYPE OF COLUMN в объявлениях параметров и переменных EXECUTE PROCEDURE INSERT INSERT ... DEFAULT VALUES Предложение DECLARE ... CURSOR DECLARE [VARIABLE] с инициализацией DECLARE с DOMAIN вместо типа данных TYPE OF COLUMN в объявлении переменных и параметров COLLATE в объявлении переменных NOT NULL при объявлении переменных предложения WITH LOCK Синтаксис и поведение Как сервер работает с WITH LOCK Опциональное предложение “OF <column-names>” Предостережения при использовании WITH LOCK 10 Руководство по языку SQL Примеры использования
    0 码力 | 364 页 | 1.45 MB | 1 年前
    3
  • pdf文档 Firebird 2.0 ErrorCodes

    nonsql_security_rel Table/procedure has non-SQL security class defined -84 335544555 nonsql_security_fld Column has non-SQL security class defined -84 335544668 dsql_procedure_use_err Procedure %s does not return -104 335544612 token_err Token unknown -104 335544634 dsql_token_unk_err Token unknown- line %ld, column %ld -104 335544709 dsql_agg_ref_err Invalid aggregate reference -104 335544714 invalid_array_id uncommitted metadata. You must roll back the current transaction. -104 335544821 dsql_column_pos_err Invalid column position used in the %s clause -104 335544822 dsql_agg_where_err Cannot use an aggregate
    0 码力 | 26 页 | 157.59 KB | 1 年前
    3
  • pdf文档 Firebird 1.5 ErrorCodes

    nonsql_security_rel Table/procedure has non-SQL security class defined -84 335544555 nonsql_security_fld Column has non-SQL security class defined -84 335544668 dsql_procedure_use_err Procedure does uncommitted metadata. You must roll back the current transaction. -104 335544821 dsql_column_pos_err Invalid column position used in the clause -104 335544822 dsql_agg_where_err Cannot use an dsql_agg_group_err Cannot use an aggregate function in a GROUP BY clause -104 335544824 dsql_agg_column_err Invalid expression in the (not contained in either an aggregate function or the GROUP
    0 码力 | 26 页 | 85.09 KB | 1 年前
    3
共 21 条
  • 1
  • 2
  • 3
前往
页
相关搜索词
FirebirdNullGuideNULLbehaviourandpitfallsinSQL2.5LanguageReferencefirebird40languagereference30russprachreferenzwireprotocol2.1ErrorCodesLangRefUpdateRussian2.01.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩