13 lines
263 B
Plaintext
Executable File
13 lines
263 B
Plaintext
Executable File
|
|
/* c#host localhost*/
|
|
/* c#database #dbdata */
|
|
/* c#user #dbdata_user */
|
|
/* c#password #dbdata_pass */
|
|
|
|
|
|
select
|
|
"ecourse" as "tag",
|
|
nombre as "name",
|
|
id
|
|
from curso where estado=1;
|