Skip to Content
0
Former Member
Mar 05, 2004 at 09:48 PM

Creating Number generators

55 Views

Hi,

In maxdb you can create Number generator by specifying

CREATE TABLE mytab (seqcol SERIAL PRIMARY KEY, other_col CHAR (20))

so the seqcol generates sequential numbers.

In Web AS netweaver you need to create a datadictionary to specify the create table sql.

How do you specify the default generation of number generators?

thanks

Padmaja