The AskTOM team is taking a break over the holiday season, so we're not taking questions or responding to comments. Please have a happy and safe festive season and as always, thanks for being a member of the AskTOM community.
Thanks for the question, Rahul.
Asked: August 04, 2017 - 12:09 pm UTC
Last updated: August 04, 2017 - 3:07 pm UTC
Version: 12.1
Viewed 1000+ times
create sequence s; create table t ( x int generated as identity, y int default s.nextval ); select column_name, data_default from user_tab_cols where table_name = 'T'; COLUMN_NAME DATA_DEFAULT X "CHRIS"."ISEQ$$_197251".nextval Y "CHRIS"."S"."NEXTVAL"
New to good database design? Check out Chris Saxon's full fundamentals class.