15 lines
443 B
Plaintext
Executable File
15 lines
443 B
Plaintext
Executable File
insert into evento
|
|
(lugar_id, fecha_inicio, fecha_fin,precio,curso_id,imagen_chica,estado,promocion,promo_estado)
|
|
values(
|
|
?, # eplace
|
|
" ?-?-? ", # yini - mini - dini
|
|
" ?-?-? ", # yend - mend - dend
|
|
?, # cost ,
|
|
?, # ecourse ,
|
|
?, # eimg ,
|
|
case ? when "on" then 1 else 0 end, # een
|
|
?, # promo ,
|
|
case ? when "on" then 1 else 0 end # pen
|
|
);
|
|
|