10 lines
148 B
Plaintext
Executable File
10 lines
148 B
Plaintext
Executable File
select
|
|
id as "cid",
|
|
nombre as "cname",
|
|
temario as "csubjects",
|
|
servicios as "cservices"
|
|
from curso
|
|
where id= ? ; #course ;
|
|
|
|
|