On 5 Dec 2006 at 11:02, Perrin Harkins wrote:

> You can usually do this kind of ++ thing in one INSERT...SELECT statement:
> 
> INSERT INTO invoice (id) SELECT MAX(id)+1 FROM invoice;

That's clever! Though it seems to slightly defeat the point in using 
RDBO: To have Perl, classes and methods instead of SQL, tables and 
columns. Still, I will definitely try it.

Thanks,
Michael


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to