当前位置:网站首页>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)
边栏推荐
- 安徽建筑大学&杭州电子科技大学|基于机器学习方法的建筑可再生能源优化控制
- 【pyqt5】自定义控件 实现能够保持长宽比地缩放子控件
- Stop using MySQL online DDL
- Summer vacation second week wrap-up blog
- 首篇 NLP 领域图神经网络综述:127 页,从图构建到实际应用面面观
- 请你说说多线程
- The life cycle and scope
- [Kapok] #Summer Challenge# Hongmeng mini game project - Sudoku (3)
- How to record and analyze your alchemy process - use notes of the visual artifact Wandb [1]
- 2022年 PHP面试问题记录
猜你喜欢
随机推荐
COS 用户实践征文
Screenshot of Selenium in Remote
odoo coding conventions (programming conventions, coding guidelines)
vtk体绘制代码报错的解决办法(代码在vtk7,8,9中都能运行),以及VTK数据集网站
Shell script topic (07): file from cfs to bos
Three solutions: npm WARN config global --global, --local are deprecated. Use --location=global instead.
How to make the fixed-point monitoring equipment display the geographic location on the EasyCVR platform GIS electronic map?
mysql函数的作用有哪些
重保特辑|拦截99%恶意流量,揭秘WAF攻防演练最佳实践
LeetCode 0151. Reverse a string of words
What is the JVM runtime data area and the JMM memory model
No need to crack, install Visual Studio 2013 Community Edition on the official website
生命周期和作用域
在全志V853开发板试编译QT测试
在表格数据上,为什么基于树的模型仍然优于深度学习?
LeetCode 0151.颠倒字符串中的单词
Hardware Bear Original Collection (Updated 2022/07)
#yyds dry goods inventory# Interview must brush TOP101: the last k nodes in the linked list
XML配置
Keras deep learning practice - traffic sign recognition









