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

无数据

分类

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

语言

全部英语(8)俄语(2)德语(1)

格式

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

    specified for that option. For instance, the SELECT statement will return all of the rows that match the search criteria unless the DISTINCT option restricts the output to non-duplicated rows. Keywords All grouping operations. Case-Insensitive Searching For a case-insensitive search, the UPPER function could be used to convert both the search argument and the searched strings to upper-case before attempting that has a case-insensitive collation available, you can simply apply the collation, to compare the search argument and the searched strings directly. For example, using the WIN1251 character set, the collation
    0 码力 | 521 页 | 2.30 MB | 1 年前
    3
  • pdf文档 firebird 40 language reference

    specified for that option. For instance, the SELECT statement will return all of the rows that match the search criteria unless the DISTINCT option restricts the output to non-duplicated rows. Keywords All and Subtypes 45 Case-Insensitive Searching For a case-insensitive search, the UPPER function could be used to convert both the search argument and the searched strings to upper-case before attempting that has a case-insensitive collation available, you can simply apply the collation, to compare the search argument and the searched strings directly. For example, using the WIN1251 character set, the collation
    0 码力 | 778 页 | 3.43 MB | 1 年前
    3
  • pdf文档 Firebird Null Guide: NULL behaviour and pitfalls in Firebird SQL

    returns NULL, because a result set always either has rows, or hasn’t. Of course the subselect’s search condition may evolve to NULL for certain rows, but that doesn’t cause any uncertainty: such a row one and applies the search condition. If it evaluates to true, EXISTS returns true immediately and the remaining records aren’t checked. If it evaluates to false or NULL, the search continues. If all the true, never NULL. NOT EXISTS returns false immediately if it gets a true result on the subquery’s search condition. Before returning true it must step through the entire set. 5.3.2. SINGULAR SINGULAR
    0 码力 | 69 页 | 479.63 KB | 1 年前
    3
  • pdf文档 firebird language reference 30 rus

    FROM ... Операторы DML 268 [...] WHERE <search-condition> [...] Таблица 5.5. Параметры предложения WHERE Параметр Описание search-condition Логическое выражение возвращающее 306 Синтаксис: UPDATE target [[AS] alias] SET col = newval [, col = newval ...] [WHERE {search-conditions | CURRENT OF cursorname}] [PLAN plan_items] [ORDER BY sort_items] [ROWS m [TO таблицы или представления. newval Новые значения обновляемых столбцов в таблице (представлении). search-conditions Условие поиска, ограничивающее набор обновляемых строк. cursorname Имя курсора, по которому
    0 码力 | 719 页 | 3.98 MB | 1 年前
    3
  • pdf文档 Firebird 2.1.5 Installation

    server engine and the client, as well as the DLLs in Firebird's \intl folder, have been taught to search for the private assembly—the two runtime DLLs and the manifest file Microsoft.VC80.CRT.manifest—in dll, fbintl.dll are built without any embedded manifest. The effect is to avoid having the loader search for a MSVC8 assembly in the same folder as corresponding DLL. For this to work, the host process
    0 码力 | 46 页 | 217.89 KB | 1 年前
    3
  • pdf文档 Firebird 2.5 LangRef Update Russian

    и ROWS. Синтаксис: DELETE [TRANSACTION name] FROM {tablename | viewname} [[AS] alias] [WHERE {search-conditions | CURRENT OF cursorname}] [PLAN plan_items] [ORDER BY sort_items] [ROWS [TO ]] [TRANSACTION name] {tablename | viewname} [[AS] alias] SET col = newval [, col = newval ...] [WHERE {search-conditions | CURRENT OF cursorname}] [PLAN plan_items] [ORDER BY sort_items] [ROWS [TO ]]
    0 码力 | 364 页 | 1.45 MB | 1 年前
    3
  • pdf文档 firebird 30 sprachreferenz

    Allgemeine Sprachelemente 74 ::= character-type expression ::= search pattern ::= escape character Das Prädikat LIKE vergleicht den zeichenartigen vorangestellt ist. Syntax SELECT ... FROM ... [...] WHERE <search-condition> [...] Tabelle 72. WHERE-Argumente Parameter Beschreibung search-condition Ein boolescher Ausdruck, der TRUE, FALSE oder möglicherweise ESQL, PSQL Syntax UPDATE target [[AS] alias] SET col = [, col = ...] [WHERE {<search-conditions> | CURRENT OF cursorname}] [PLAN ] [ORDER BY ] [ROWS m [TO
    0 码力 | 701 页 | 3.12 MB | 1 年前
    3
  • pdf文档 Firebird File and Metadata Security

    encryption/decryption features, but then you will lose the ability to make effective use of database indexes and search facilities — and key management remains a major problem (more below). Chapter 3. The Problem 5
    0 码力 | 19 页 | 115.27 KB | 1 年前
    3
  • pdf文档 firebird 5 quickstartguide

    Use Win + R , type services.msc followed by Enter or [ OK ], or click [ Start ] (or Win ) and search for “Services” and open the “Services” app. This illustration shows the Services applet display
    0 码力 | 49 页 | 396.21 KB | 1 年前
    3
  • pdf文档 Firebird 2 QuickStart

    directory, you should type ./gsec instead of just gsec. The current directory is usually not part of the search path, so plain gsec may either fail or launch a “wrong” gsec. Changing the SYSDBA password One
    0 码力 | 40 页 | 218.42 KB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
Firebird2.5LanguageReferencefirebird40languagereferenceNullGuideNULLbehaviourandpitfallsinSQL30rus2.1InstallationLangRefUpdateRussiansprachreferenzFileMetadataSecurityquickstartguideQuickStart
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩