Hello,
Please see the following link for our support of sequences:
http://phoenix.apache.org/sequences.html
Thanks,
James

On Fri, Jun 12, 2015 at 4:17 AM, Ns G <nsgns...@gmail.com> wrote:
> Hello Friends,
>
> I have requirement in my project to create a record (primary key being id).
> This is generated by a sequence. So, when i create a record, i use "NEXT
> VALUE FOR <seq_name>. I need to fetch the id of this sequence and insert in
> another row of the same table.
>
> The application is web application and can be used concurrently by several
> users and i use cache size of 30.
>
> Thanks in advance
> Satya
>

Reply via email to