Skip to content

Instantly share code, notes, and snippets.

@name1984
Last active August 29, 2015 14:18
Show Gist options
  • Save name1984/f43e64ce0a3489eb3429 to your computer and use it in GitHub Desktop.
Save name1984/f43e64ce0a3489eb3429 to your computer and use it in GitHub Desktop.
UPDATE ppl_ubicacion SET pabellon_name='PABELLON A2',ala_name='ALA 2', piso_name='A2' WHERE nombre_centro= 'CDP GUAYAQUIL' and pabellon_name='PABELLON A1'and id_celda>=2826;
select * from ppl_ubicacion where nombre_centro= 'CDP GUAYAQUIL' and pabellon_name='PABELLON A1'and id_celda>=2826 order by pabellon_name;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment