updatedb
This commit is contained in:
18
public/home/admin/event/update/change/qCup.q
Executable file
18
public/home/admin/event/update/change/qCup.q
Executable file
@@ -0,0 +1,18 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_w */
|
||||
/* c#password #dbdata_wp */
|
||||
/* c#write write*/
|
||||
|
||||
|
||||
|
||||
|
||||
update curso set
|
||||
nombre = q#cname ,
|
||||
temario= q#csubjects ,
|
||||
servicios= q#cservices ,
|
||||
estado = case q#cen when "on" then 1 else 0 end
|
||||
where id = q#cprev ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user