18 lines
285 B
Plaintext
Executable File
18 lines
285 B
Plaintext
Executable File
|
|
/* c#host localhost*/
|
|
/* c#database #dbdata */
|
|
/* c#user #dbdata_user */
|
|
/* c#password #dbdata_pass */
|
|
|
|
|
|
|
|
select
|
|
id as "cid",
|
|
nombre as "cname",
|
|
temario as "csubjects",
|
|
servicios as "cservices"
|
|
from curso
|
|
where id= #course ;
|
|
|
|
|