On 05/18/2011 07:05 AM, [email protected] wrote:
if Derby supports running numbers (in Oracle they are called /sequences/, in Microsoft DBs the are often called /auto counters/) how are they to be used.
Derby does support sequences: http://db.apache.org/derby/docs/10.8/ref/rrefsqljcreatesequence.html thanks, bryan
