on using SEQUENCE
From: Lin Li <LinLij_at_msn.com>
Date: 8 Jun 2002 18:45:41 -0700
Message-ID: <42f94837.0206081745.2fa448fb_at_posting.google.com>
Date: 8 Jun 2002 18:45:41 -0700
Message-ID: <42f94837.0206081745.2fa448fb_at_posting.google.com>
When I CREATE SEQUENCE, and set a starting number of 1001, the first time I get a SEQUENCE number, it returns 1002. If I set to 1000, the first time I get the number, it returns 1000. I don't understand why I can't get 1001 as the first number. Received on Sun Jun 09 2002 - 03:45:41 CEST