以下命令序列將建立一個 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
如果您在文件中發現任何不正確、與您使用特定功能的經驗不符或需要進一步澄清的地方,請使用此表單來報告文件問題。