Is there a way to do an "INSERT...ON DUPLICATE KEY UDPATE" in Zend Framework?
        Posted  
        
            by danielrsmith
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by danielrsmith
        
        
        
        Published on 2008-11-19T16:44:35Z
        Indexed on 
            2010/03/12
            19:17 UTC
        
        
        Read the original article
        Hit count: 175
        
I would like to use "ON DUPLICATE KEY UPDATE" in Zend Framework, is this possible?
Example
INSERT INTO sometable (...) VALUES (...) ON DUPLICATE KEY UPDATE ...
© Stack Overflow or respective owner