create table t (id serial, test varchar(255))
//
insert into t(test) values('test')
//
select t.currval from sysdba.dual

this doesn't work and the select statement throws the following error:
  General error;-4020 POS(8) Unknown sequence name:T

very strange ...  doesn't 7.4beta support that yet? 7.3.0.29 did support it.



_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to