revolucion
This commit is contained in:
9
lib/Dojo/Model/Data/admin/event/json/qCourse.q
Executable file
9
lib/Dojo/Model/Data/admin/event/json/qCourse.q
Executable file
@@ -0,0 +1,9 @@
|
||||
select
|
||||
id as "cid",
|
||||
nombre as "cname",
|
||||
temario as "csubjects",
|
||||
servicios as "cservices"
|
||||
from curso
|
||||
where id= ? ; #course ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user