受支持版本: 当前版本 (18) / 17 / 16 / 15 / 14
开发版本: devel

67.6. BKI 示例 #

下列命令序列会创建一个 OID 为 420 的 test_table 表,该表有三列:oidcolacolb,它们的类型分别是 oidint4text;然后再向该表插入两行数据:

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

提交更正

如果您发现文档中有不正确的内容、与您使用特定功能的经验不符或需要进一步说明,请使用此表单来报告文档问题。