摘要: gaussdb使用的一些问题及解决办法 前置 create user hr with SYSADMIN password 'Gauss_234'; 连接 hr 建表 create table t1(id int); create table test(id int,name varchar(20); 阅读全文
posted @ 2021-04-12 14:28 aaronwell 阅读(585) 评论(0) 推荐(0)