Quick Example: -- Define a table with SERIAL column (id starts at 1) CREATE TABLE ... Oracle does not support SERIAL (auto-increment, identity) columns, ...
確定! 回上一頁