Accessing sequence created in oracle database from php script -


I have created the sequence in the database, such as

  creating sequential limits from 1;  

How can I specify an existing value of sec in $ t;

  & lt ;? Php $ t =? ? & Gt;  

If you want the next value from the sequence, then you will run the SQL statement below and the Myseq column Undo the results of Choose

  seq.nextval myseq from dual;  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -