当前位置:网站首页>Use of deferred environment variable in gbase 8s
Use of deferred environment variable in gbase 8s
2022-06-25 04:33:00 【Eight delicacies tofu】
DELIMIDENT Environment variables are specified in double quotation marks (“) The string between is the identifier that defines the database .
DELIMIDENT Environment variables are supported to be set to... On the client Y, N Or not set .
export DELIMIDENT=Y Specifies that client applications must use single quotation marks (‘) To define the string , Use only double quotation marks (“) To define SQL identifier . The letters in a delimited string or identifier are case sensitive . This is a OLE DB and .NET Default value .
export DELIMIDENT=N Specifies that client applications can use double quotes (“) Or single quotation mark (‘) To define the string , But can not define SQL identifier . If the database server needs SQL A string delimited by double or single quotation marks is encountered in the context of an identifier , Will be an error . accord with SQL The owner name of the identifier condition can be defined in single quotation marks . The string must be delimited by a pair of identical quotation marks .
Do not specify... On the client system DELIMIDENT Environment variable value , Client applications use application program interfaces (API) Default DELIMIDENT Set up .
边栏推荐
- Unity Quad culls shaders with back faces and transparent parts
- Summary of various problems encountered by cocos2d-x
- Unit test coverage
- 讲座记录《多种空间大地测量技术的数据处理方法和应用》
- Finereport (sail soft) handling the problem that the histogram data label is blocked
- Laravel document sorting 3. CSRF protection
- SQL注入详解
- OBS Browser+浏览器的基本使用
- sql_ mode=only_ full_ group_ By's pit
- CTF_ Web: Advanced questions of attack and defense world expert zone WP (19-21)
猜你喜欢

UCLA | 用于黑盒优化的生成式预训练

CTF_ Web: deserialization of learning notes (II) CTF classic test questions from shallow to deep

Acmstreamopen return value problem

unity Quad剔除背面并剔除透明部分的shader

CTF_ Web: basic 12 questions WP of attack and defense world novice zone

CTF_ Web:8-bit controllable character getshell

关于TCP连接三次握手的详细总结

Intel 13th generation core showed its true colors for the first time: 68mb cache improved significantly

Lecture record: data processing methods and applications of various spatial geodetic techniques

Error 1062 is reported during MySQL insertion, but I do not have this field.
随机推荐
Openmmlab environment configuration
Summary of various problems encountered by cocos2d-x
Leetcode points to the leetcode road of offering II 091 house painting [dynamic planning] heroding
CTF_ Web: how to recognize and evaluate a regular expression
"Renaissance" in the digital age? The bottom digital collection makes people happy and sad
Retrofit source code analysis
[kubernetes series] installation and use of Helm
Communication problems in parent and child components of uniapp
Gbase 8s stored procedure execution and deletion
Read lsd-slam: large scale direct monolithic slam
Flutter Builder & futurebuilder components
PostgreSQL数据库WAL——RM_HEAP_ID日志记录动作
515. 在每个树行中找最大值 / 剑指 Offer II 095. 最长公共子序列
GBASE 8s的并行操作问题场景描述
CTF_ Web: advanced problem WP (5-8) of attack and defense world expert zone
Laravel document sorting 2. Route related
Laravel document sorting 1. Installation and Preliminary Configuration
GBASE 8s 索引B+树
LeetCode 劍指Offer II 091 粉刷房子[動態規劃] HERODING的LeetCode之路
SQL injection details