Block Unblock

 avatar
unknown
plain_text
a year ago
556 B
3
Indexable
-- P19 [EARLY BIRD 25% OFF] DIAMOND TICKET CENTER - 26 MEI 2024
DELETE FROM tix_themandalika.ticket_seat_orders
WHERE time = '11:00' and ticket_seat_id in (20909);

-- [EARLY BIRD 25% OFF] GOLD TICKET - 26 MEI 2024
-- O56
INSERT INTO tix_themandalika.ticket_seat_orders (ticket_seat_id, order_status, time, session_id, created_at, updated_at, event_date) VALUES (20740, 3, '11:00', null, '2024-02-26 18:54:36', '2024-02-26 18:54:36', '0000-00-00');

-- Q56
DELETE FROM tix_themandalika.ticket_seat_orders
WHERE time = '11:00' and ticket_seat_id in (20776);
Editor is loading...
Leave a Comment