You should pick one list to post to.
HiI tried to modify below sql command in postgres syntax---insert into aaaa (id, groupid, ele_id, ro_element_id) ")
That ") looks wrong...
select bbbb.nextval, :groupid, gosp.neteleid, gosp.hodevfrom net_ele gos, net_gos_prop gosp "
As does that "
How are you executing the query, in what client program. If it is psql did you define the variable groupid and eids prior to running the provided query?
What is the issue here and what should be exact query in postgressql
PostgreSQL
You should provide the exact and complete psql script you are trying to run ... asking for help with an incomplete example won't get you far.
David J.