Janne Koski wrote: > I have try to make such a field to the database which grows > automatically > when I insert information to database. How can I make such a field ? > I have before SQL Server 7.0 and access 97/2000 and there it > is really easy to make.
Do you mean: grow, sometimes CHAR (3), sometimes CHAR (150), sometimes CHAR (3200) ? If you mean autoincrement then use SEQUENCE (as stcode answered) or use the DEFAULT or datatype SERIAL. Look for the corresponding mails (there are many concerning this topic) in the archive. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
