reverse time

 avatar
unknown
sql
a year ago
433 B
6
Indexable
UPDATE tix_themandalika.ticket_seat_orders 
SET time = '18:30' 
WHERE ticket_seat_id BETWEEN 18995 AND 18999; 

UPDATE tix_themandalika.ticket_seat_orders 
SET time = '18:30' -- Update the time to the desired value
WHERE ticket_seat_id IN (18925, 19005, 19006, 19007, 19008, 19009);

UPDATE tix_themandalika.ticket_seat_orders 
SET time = '13:30' -- Update the time to the desired value
WHERE ticket_seat_id BETWEEN 18906 AND 18914;
Editor is loading...
Leave a Comment