14 lines
263 B
Plaintext
Executable File
14 lines
263 B
Plaintext
Executable File
|
|
update curso_lugar set
|
|
nombre= ?, # pname
|
|
direccion= ?, # paddr
|
|
observacion= ?,# pobs
|
|
municipio= ?, # pto
|
|
federativa= ?, # pst
|
|
pais= ?, # pco
|
|
lat=?, # plat
|
|
lng=?, # plng
|
|
estado = ?
|
|
where id = ?; # pprev ;
|
|
|