[EMAIL PROTECTED]  wrote:

> 
> Hi,
> 
> is it possible to use a sequence in a default predicate of a table ?
> 
> e.g.
> 
> create sequence mytable_id_seq
> 
> create table mytable (
>  id integer primary key not null default mytable_id_seq.nextval
>  ..
> )
> 
As the reference manual tells us:
http://dev.mysql.com/doc/maxdb/en/d0/7638a1d21c11d2a97400a0c9449261/frameset.htm

No

Elke
SAP Labs Berlin

> 
> Is something like this possible ?
> 
> Thanks
> 
> tom


-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to