hi,
im new to postgreSQL,
how to write insert query with sequence.nextval,
i wrote query like below,
sql=insert into abc(id,name) value (nextval('sequencename'),'"+txt.text+"');
but, getting an error like 'Relation doesn't exist'
Refer the below link for your reference.
https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/oracle-sequences
Also refer for error
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.