![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#3
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#4
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#5
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#6
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#7
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#8
| |||
| |||
|
|
create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? |
#9
| |||
| |||
|
|
Bumsys (AT) gmail (DOT) com wrote: create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? create sequence au_clients_seq start with 0 MINVALUE 0 increment by 1 nomaxvalue; C. |
#10
| |||
| |||
|
|
Bumsys (AT) gmail (DOT) com wrote: create sequence au_clients_seq start with 1 increment by 1 nomaxvalue; i want that primary fey start with 0. what can do in this case? create sequence au_clients_seq start with 0 MINVALUE 0 increment by 1 nomaxvalue; C. |
![]() |
| Thread Tools | |
| Display Modes | |
| |