Oracle does not have SERIAL data type or IDENTITY (AUTO_INCREMENT) column property, but you can use a sequence and a trigger to implement this functionality.
確定! 回上一頁