Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ovnicraft/4a7c3aa07d8c6649e08d to your computer and use it in GitHub Desktop.
Save ovnicraft/4a7c3aa07d8c6649e08d 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