in reply to Re: DBI and primary keys
in thread DBI and primary keys
and this will give you the next number from Oracle. Dual is a magic table. It is there to ask the Database different questions.my $sth = $dbh->prepare("select MY_SEQUENCE.NEXTVAL from DUAL");
|
|---|