6.3. BKIの例

下記の一連のコマンドは2つのカラム、int4型の colatext型の colbからなるテーブル test_tableを作成し、テーブルに2つの行を挿入しま す。

create test_table (cola = int4, colb = text)
open test_table
insert OID=421 ( 1 "value1" )
insert OID=422 ( 2 _null_ )
close test_table