14 lines
265 B
Plaintext
14 lines
265 B
Plaintext
|
|
|
||
|
|
/* c#host localhost*/
|
||
|
|
/* c#database #dbdata */
|
||
|
|
/* c#user #dbdata_user */
|
||
|
|
/* c#password #dbdata_pass */
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
select
|
||
|
|
"eplace" as "tag",
|
||
|
|
nombre as "name",
|
||
|
|
id
|
||
|
|
from lugar where estado=1;
|