要建立新的資料列,請使用INSERT 指令。 ... INSERT INTO products VALUES (1, 'Cheese', 9.99);. Copied! ... 第二種形式是屬於PostgreSQL 延伸寫法。
確定! 回上一頁