Re: insert_or_replace()
On 06/06/2006, at 4:02 PM, Adrian Holovaty wrote: > > On 6/6/06, Ian Holsman <[EMAIL PROTECTED]> wrote: >> any chance of getting a insert_or_replace function as well? >> >> to do something similar to mysql 5's >> >> INSERT INTO table (a,b,c) VA
insert_or_replace()
On 6/6/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > any chance of getting a insert_or_replace function as well? > > to do something similar to mysql 5's > > INSERT INTO table (a,b,c) VALUES (1,2,3) > ON DUPLICATE KEY UPDATE c=c+1; > > http://dev.my