Untitled
unknown
plain_text
10 months ago
322 B
5
Indexable
SELECT
jt.*
FROM
tixcorner.organiser o
INNER JOIN
tixcorner.event e ON o.id = e.organiserId
INNER JOIN
tixcorner.participant_type pt ON e.id = pt.eventId
INNER JOIN
tixcorner.json_template jt ON pt.id = jt.participantTypeId
WHERE
o.id = 61 and jsonType=4 and participantTypeId=77;
Editor is loading...
Leave a Comment