When you create a SEQUENCE, you are allowed to specify a START. Is there a way to specify a START if you use a serial type in a CREATE TABLE statement? I'm envisioning something like: CREATE TABLE foo ( foo_id serial ( 101 ) ); ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
- [SQL] Re: START for SERIAL type? jferry
- [SQL] Re: START for SERIAL type? Vivek Khera
- [SQL] Re: START for SERIAL type? Frank Contrepois