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

无数据

分类

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

语言

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

格式

全部PDF文档 PDF(18)
 
本次搜索耗时 0.100 秒,为您找到相关结果约 18 个.
  • 全部
  • 数据库
  • Firebird
  • 全部
  • 英语
  • 德语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 MSSQL to Firebird Russian

    данных pubs. */ CREATE PROCEDURE list_states AS SELECT Переход с MS SQL на Firebird 14 CASE state WHEN 'CA' THEN 'California' WHEN 'UT' THEN 'Utah' ELSE 'unknown' END FROM authors PROCEDURE get_state_name ( state_code char(2) ) RETURNS ( state_name varchar(64) ) AS BEGIN IF (state_code = 'CA') THEN state_name = 'California'; ELSE IF (state_code = 'UT') THEN state_name = 'Utah'; 'Utah'; ELSE state_name = 'unknown'; END /* Это процедура-выборка. */ CREATE PROCEDURE list_states RETURNS (state varchar(64)) AS DECLARE VARIABLE short_state CHAR(2); BEGIN FOR SELECT state FROM authors
    0 码力 | 22 页 | 287.07 KB | 1 年前
    3
  • pdf文档 Firebird 2.5 Language Reference

    DATE'2018-01-19'; time - TIME'15:12:56'; timestamp - TIMESTAMP'2018-01-19 13:32:02'; null state - null Details about handling the literals for each data type are discussed in the next chapter Types “Special” data types … 3.7.1. SQL_NULL Data Type The SQL_NULL type holds no data, but only a state: NULL or NOT NULL. It is not available as a data type for declaring table fields, PSQL variables < 18 THEN 'No' ELSE 'Unsure' END 4.1.4. NULL in Expressions NULL is not a value in SQL, but a state indicating that the value of the element either is unknown or it does not exist. It is not a zero
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 632 14.6. Reset Session State . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . '15:12:56'; timestamp - TIMESTAMP '2018-01-19 13:32:02'; boolean - true, false, unknown null state - null Details about literals for each data type are discussed in section Literals (Constants) Types “Special” data types … 3.9.1. SQL_NULL Data Type The SQL_NULL type holds no data, but only a state: NULL or NOT NULL. It is not available as a data type for declaring table fields, PSQL variables
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQL

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.1. NULL as a default state. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . to the summary at the end of the guide. So — what is it? In SQL, NULL is not a value. It is a state indicating that an item’s value is unknown or nonexistent. It is not zero or blank or an “empty string” IBPhoenix, now part of the Firebird Project. 1.1. NULL as a default state Because NULL means “value unknown”, it is the logical default state for any field or variable that has been created but not provided
    0 码力 | 69 页 | 479.63 KB | 1 年前
    3
  • pdf文档 firebird gfix

    which failed due to a lost connection. If a failed transaction is rolled back in either manner, its state is set to committed as there are no differences between a failed transaction and one in which it above, but a new state has been added to define exactly how the database is to be stopped or started. The commands change from those described above to the following: gfix -sh[utdown] STATE OPTION TIMEOUT TIMEOUT database_name gfix -o[nline] STATE database_name STATE is new in Firebird 2.0 and is one of the following: normal This is the default state for starting the database backup. It allows connections
    0 码力 | 44 页 | 247.13 KB | 1 年前
    3
  • pdf文档 firebird nbackup de

    Datenbankdatei wird geöffnet; 2. In dieser Datei wird das Zustandsflag von gesperrt (nbak_state_stalled) auf normal (nbak_state_normal) geändert; 3. Die Datei wird wieder geschlossen.  nbackup -F arbeitet gibt es drei Statusänderungen: 1. nbak_state_normal (kein Backup) zu nbak_state_stalled (Datenbank schreibt in Delta-Datei) 2. nbak_state_stalled zu nbak_state_merge (Zusammenführen der Delta-Datei zurück zurück in die Datenbank) 3. nbak_state_merge zu nbak_state_normal (kein Backup)  Diese drei Statusänderungen treten auch dann auf, wenn die Sicherung fehlschlägt. Der SCN der Datenbank vor dem Start
    0 码力 | 28 页 | 196.47 KB | 1 年前
    3
  • pdf文档 firebird language reference 30 rus

    (обычно подзапросы являются коррелированными). Примеры SELECT id, name, sex, age FROM actors WHERE state = 'Ohio' SELECT * FROM birds WHERE type = 'flightless' ORDER BY family, genus, species SELECT GDS_CODE, SQL_CODE, SQL_STATE) VALUES ('ADD_COUNTRY', GDSCODE, SQLCODE, SQLSTATE); GDS_CODE, SQL_CODE, SQL_STATE) VALUES ('ADD_COUNTRY', GDSCODE, SQLCODE, SQLSTATE);
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • pdf文档 firebird isql

    be restored to a state consistent with those rules. If a transaction successfully executes, it will take the database from one state that is consistent with the rules to another state that is also consistent from one another, even if several transactions are running concurrently. Concurrency refers to a state within the database where two or more tasks are running simultaneously. This way, a transaction’s error. Executing this command, without passing a parameter, results in a toggling of the current state. If bail is on, it will turn off and vice versa. Chapter 18. Isql Set Commands 40 18.4. SET BLOBdisplay
    0 码力 | 76 页 | 369.92 KB | 1 年前
    3
  • pdf文档 firebird 30 sprachreferenz

    '2018-01-19 13:32:02'; boolean - true, false, unknown Chapter 2. SQL Sprachstruktur 21 null state - null Details zum Umgang mit den Literalen für jeden Datentyp werden im nächsten Kapitel Datentypen THEN 'No' ELSE 'Unsure' END 4.1.4. NULL in Ausdrücken NULL ist in SQL kein Wert, sondern ein state, der anzeigt, dass der Wert des Elements entweder unbekannt ist oder nicht existiert. Es ist weder oder mehrere Ereignisse. Phase Phase betrifft das Timing des Triggers in Bezug auf das Change-of-State-Ereignis in der Datenzeile: • Ein BEFORE-Trigger wird ausgelöst, bevor die angegebene Datenbankoperation
    0 码力 | 701 页 | 3.12 MB | 1 年前
    3
  • pdf文档 Firebird Internals: Inside a Firebird Database

    but changes are being merged from the diff file into the main pages. 0xC00 The current database state is unknown and changes need to be read from disk. hdr_shutdown_mask The shutdown mask uses two Nullable MON$STAT_ID (RDB$STAT_ID) INTEGER Nullable MON$BACKUP_STATE (RDB$BACKUP_STATE) SMALLINT Nullable SQL> commit; SQL> quit; hdr_data The variable data area on this, the decompression code is easily able to convert the stored data back to the uncompressed state. The following section shows a worked example of an examination of a table and some test data. 8
    0 码力 | 63 页 | 261.00 KB | 1 年前
    3
共 18 条
  • 1
  • 2
前往
页
相关搜索词
MSSQLtoFirebirdRussian2.5LanguageReferencefirebird40languagereferenceNullGuideNULLbehaviourandpitfallsinSQLgfixnbackupde30rusisqlsprachreferenzInternalsInsideDatabase
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩