Skip to content

Instantly share code, notes, and snippets.

View moscoquera's full-sized avatar

Andres F Mosquera moscoquera

  • Pereira, Colombia
View GitHub Profile
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')