postgresql 字段属性值大小写的问题
发布时间:2020-12-13 16:54:34 所属栏目:百科 来源:网络整理
导读:建表语句 drop table if exists table ; create table table ( id SERIAL PRIMARY KEY ,gmt_create timestamp without time zone ,gmt_modified timestamp without time zone ,baseInfo json ); 搜索语句 select baseInfo from table 异常 ERROR : column "b
建表语句 drop table if exists table;
create table table( id SERIAL PRIMARY KEY,gmt_create timestamp without time zone,gmt_modified timestamp without time zone,baseInfo json );
搜索语句 select baseInfo from table
异常 ERROR: column "baseinfo" does not exist
LINE 1: select baseInfo from table
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |