Hi, I'm executing the following statements in series. insert into [tablename] values('a', 'b', 'c'); select currval('serial'); serial being the default index on [tablename] The statement works fine from the command line, however, when executing via jdbc, I'm getting no results back (null pointer). Has anyone experienced this and have a solution? Regards, Craig May Enth Dimension http://www.enthdimension.com.au
- [SQL] plpgsql Craig May
- [SQL] plpgsql Jie Liang
- Re: [SQL] plpgsql Kovacs Zoltan Sandor
- Re: [SQL] plpgsql Jie Liang