Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: myolp
  • Order by date
  1. myolp

    Auto insertion of sequence in tables

    Ok, i guess you all misunderstood me. I'm well aware of the fact that you can use Sequencename.NEXTVAL at insertion, but I need it to be done automatically, like in all other RDBMS i've tried. Is it possible to solve without using triggers?
  2. myolp

    Auto insertion of sequence in tables

    I've recently started using Oracle 8i and discovered that there is no "easy" way of making the primary key automatically increment its value (compared to IDENTITY in MSSQL or auto_increment in MySQL). The way to solve it would be to use a sequence and add a trigger for the table that...

Part and Inventory Search

Back
Top