当前位置:网站首页>How to query database configuration parameters in GBase 8c, such as datestyle.What function or syntax to use?
How to query database configuration parameters in GBase 8c, such as datestyle.What function or syntax to use?
2022-08-01 19:01:00 【Li Yuqing】
How to query database configuration parameters in GBase 8c, such as datestyle.What function or syntax to use?
Other Answer 1:
In GBase 8c, the current_setting function can be used to query the current value of the parameter, which is equivalent to the SQL statement SHOW.
Query datesytle, the syntax is as follows
gbase=# SELECT current_setting('datestyle');
current_setting
-----------------
ISO, MDY
(1 row)
边栏推荐
- 日志工厂(详细)
- modbus bus module DAM-8082
- LeetCode 1374.生成每种字符都是奇数个的字符串
- How to record and analyze your alchemy process - use notes of the visual artifact Wandb [1]
- Go GORM transaction instance analysis
- TestNG multiple xml for automated testing
- 屏:全贴合工艺之GFF、OGS、Oncell、Incell
- 如何让固定点的监控设备在EasyCVR平台GIS电子地图上显示地理位置?
- 直播系统聊天技术(八):vivo直播系统中IM消息模块的架构实践
- Source code analysis of GZIPOutputStream class
猜你喜欢

Screen: GFF, OGS, Oncell, Incell of full lamination process

odoo coding conventions (programming conventions, coding guidelines)

How to solve the dynamic binding of el-form-item prop attribute does not take effect

odoo 编码规范(编程规范、编码指南)

力扣刷题之移动零

在表格数据上,为什么基于树的模型仍然优于深度学习?

文库网站建设源码分享

explain 各字段介绍
Stop using MySQL online DDL

MySQL中超键、主键及候选键的区别是什么
随机推荐
What is the JVM runtime data area and the JMM memory model
XML配置
Summer vacation second week wrap-up blog
通配符 SSL/TLS 证书
【LeetCode】Day109-the longest palindrome string
Zabbix6.0钉钉机器人告警
金鱼哥RHCA回忆录:CL210管理OPENSTACK网络--章节实验
AntDB database appeared in the 24th high-speed exhibition, helping smart high-speed innovative applications
【综述专栏】IJCAI 2022 | 图结构学习最新综述:研究进展与未来展望
2022,程序员应该如何找工作
GBase 8c中怎么查询数据库配置参数,例如datestyle。使用什么函数或者语法呢?
安徽建筑大学&杭州电子科技大学|基于机器学习方法的建筑可再生能源优化控制
The XML configuration
odoo 编码规范(编程规范、编码指南)
在全志V853开发板试编译QT测试
基于flowable的upp(统一流程平台)运行性能优化
Source code analysis of GZIPOutputStream class
在Map传值与对象传值中模糊查询
[Server data recovery] Data recovery case of offline multiple disks in mdisk group of server Raid5 array
ACID Characteristics and Implementation Methods of MySQL Relational Database Transactions