1 2 3 4 5 6 7
| BEGIN;
insert into tickets (title,theater_id, theater_name,type,problems,closed,show_cancel) values
(title,theater_id, theater_name,type,problems,closed,show_cancel) values ('test','identity-id00-1111-1111-111111111122','LeRex','ASSISTANCE','booth::projector::hardware','"select NOW() - interval '1 day'"','MANY'),
(title,theater_id, theater_name,type,problems,closed,show_cancel) values ('test','identity-id00-1111-1111-111111111123','LeRex','ASSISTANCE','booth::projector::hardware','"select NOW() - interval '1 day'"','DISTURBANCES'),
COMMIT; |