GBase 8s
运维管理
文章

GBase8s dbaccess常用方式及技巧

发表于2025-12-10 17:14:2620次浏览1个评论

A.数据库servername: testserver

B.数据库名:testdb

C.SQL脚本文件:
sqlfile.sql

create table test_table(c1 integer);

insert into test_table(c1) values(12);

update test_table set c1=0;

delete test_table where 1=1;

drop table test_table;

评论

登录后才可以发表评论
崔哥发表于 4个月前
苏溪亭上草漫漫,谁倚东风十二阑。燕子不归春事晚,一汀烟雨杏花寒。