Obtengo la siguiente consult bd:
Código HTML:
LUNES MARTES MIERCOLES JUEVES VIERNES SABADO DOMINGO REFUERZO 1 18:00 18:00 REFUERZO 2 11:00
EN DEFINITIVA DEJARLO EN UN SOLO REGISTRO.
Con la siguiente sentencia consigo hacerlo diciendole el dia de la semana. Pero de que manera hacerlo sin decirle este dato.
Código PHP:
mysql_query("update temporal t1,temporal t2 set t1.lunes=t2.martes where t1.id=t2.id AND t1.turno like '%REFUERZO%';"); ?>