[Zope] ZSQL question - probably a stupid one!

Julian Melville jmelville@selectaustralasia.com.au
Fri, 27 Sep 2002 14:55:09 +1000


> something like this; SELECT currval('blahseq')
> 
> I want to be able to set an object name for this value which 
> is different
> to the field name that the SQL will return.

   SELECT currval('blahseq') AS myname

should return a column named 'myname'.


Julian.