以下命令序列将创建 OID 为 420 的表 test_table,其中包含三个列 oid、cola 和 colb,类型分别为 oid、int4 和 text,并在表中插入两行
create test_table 420 (oid = oid, cola = int4, colb = text) open test_table insert ( 421 1 'value 1' ) insert ( 422 2 _null_ ) close test_table
如果您在文档中看到任何不正确的内容,与您对特定功能的体验不符或需要进一步澄清,请使用 此表单 报告文档问题。