摘要: 下面是些DM7&DM8中,比较常用的DDL语句示例,如下: --1.table create table test (c1 int primary key, c2 varchar(20));insert into test values(1, 'aaa');commit; --2.index cre 阅读全文
posted @ 2022-07-01 11:07 疾风泣影 阅读(95) 评论(0) 推荐(0)