7 lines
103 B
Plaintext
Executable File
7 lines
103 B
Plaintext
Executable File
|
|
select
|
|
"ecourse" as "tag",
|
|
nombre as "name",
|
|
id
|
|
from curso where estado=1;
|