23 lines
390 B
Plaintext
Executable File
23 lines
390 B
Plaintext
Executable File
/* c#host localhost*/
|
|
/* c#database #dbdata */
|
|
/* c#user #dbdata_user */
|
|
/* c#password #dbdata_pass */
|
|
|
|
|
|
|
|
select
|
|
id as "pid",
|
|
nombre as "pname",
|
|
direccion as "paddr",
|
|
observacion as "pobs",
|
|
municipio as "pto",
|
|
federativa as "pst",
|
|
pais as "pco",
|
|
lat as "plat",
|
|
lng as "plng",
|
|
estado as "pen"
|
|
from lugar
|
|
where id= #course ;
|
|
|
|
|