Files

14 lines
263 B
Plaintext
Raw Permalink Normal View History

2020-01-22 18:22:31 -06:00
update curso_lugar set
nombre= ?, # pname
direccion= ?, # paddr
observacion= ?,# pobs
municipio= ?, # pto
federativa= ?, # pst
pais= ?, # pco
lat=?, # plat
lng=?, # plng
estado = ?
where id = ?; # pprev ;
2018-07-19 03:45:46 -05:00