Files
dojo/public/home/admin/event/change/qPup.q
2018-07-19 03:45:46 -05:00

13 lines
318 B
Plaintext
Executable File

update lugar set
nombre= ?, # pname
direccion= ?, # paddr
observacion= ?,# pobs
municipio= ?, # pto
federativa= ?, # pst
pais= ?, # pco
lat=?, # plat
lng=?, # plng
estado = case ? when "on" then 1 else 0 end # pen
where id = ?; # pprev ;