ajit_cus wrote: > > Hi, > I need to set the current/next value of a sequence in > SAPDB.I could'nt figure out the syntax for a setval() under SAPDB. > How do I do this? (Preferably a solution that works in > SQLMODE ORACLE also)
for internal mode: drop the sequence recreate it using START WITH <integer> for SQLMODE ORACLE it should work, too Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
