updatedb
This commit is contained in:
22
public/home/admin/event/update/change/qEup.q
Executable file
22
public/home/admin/event/update/change/qEup.q
Executable file
@@ -0,0 +1,22 @@
|
||||
|
||||
/* c#host localhost*/
|
||||
/* c#database #dbdata */
|
||||
/* c#user #dbdata_w */
|
||||
/* c#password #dbdata_wp */
|
||||
/* c#write write*/
|
||||
|
||||
|
||||
|
||||
|
||||
update evento set
|
||||
lugar_id = q#eplace ,
|
||||
fecha_inicio=' #yini - #mini - #dini ',
|
||||
fecha_fin= ' #yend - #mend - #dend ',
|
||||
precio= q#cost ,
|
||||
promocion= q#promo ,
|
||||
promo_estado = case q#pen when "on" then 1 else 0 end,
|
||||
curso_id= q#ecourse ,
|
||||
imagen_chica= q#eimg ,
|
||||
estado = case q#een when "on" then 1 else 0 end
|
||||
where id = q#eprev ;
|
||||
|
||||
Reference in New Issue
Block a user