OPENGAUSS没有空串’',空串默认是NULL,这个怎么解决,我需要区分空串和NULL
可配置 behavior_compat_options = ‘accept_empty_str’;
平台和客户端兼容性 | openGauss文档 | openGauss社区
比较合适的方法是,在create database 时,指定DBCOMPATIBILITY 为PG或B,参考文档
OPENGAUSS没有空串’',空串默认是NULL,这个怎么解决,我需要区分空串和NULL
可配置 behavior_compat_options = ‘accept_empty_str’;
平台和客户端兼容性 | openGauss文档 | openGauss社区
比较合适的方法是,在create database 时,指定DBCOMPATIBILITY 为PG或B,参考文档