This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update personas set updated_at = (select personas_23_dic.updated_at from personas_23_dic where DATE(personas.updated_at) = '2013-12-24' and personas.id = personas_23_dic.id) where exists (select * from personas_23_dic where personas_23_dic.id = personas.id and DATE(personas.updated_at) = '2013-12-24') |