Tennessee Whiskey
La Chapelle spectacles
10 avril 2027 - 20H
Erreur de la base de données WordPress : [Table 'XA505_sorstu614.wp_podsrel' doesn't exist]SELECT DISTINCT x.id, x.event_date, x.starring_position
FROM
(
SELECT e.id, e.event_date, e.starring_position
FROM wp_pods_event as e
LEFT JOIN billets_ca_artists as a ON e.artist_id = a.artist_id
LEFT JOIN wp_posts as p ON e.id = p.ID
WHERE a.term_id IN (45147)
AND e.event_date >= '2026-08-18'
AND p.post_status = 'publish'
UNION ALL
SELECT e.id, e.event_date, e.starring_position
FROM wp_pods_event as e
LEFT JOIN wp_podsrel as r ON e.id = r.item_id
LEFT JOIN billets_ca_artists as a ON r.related_item_id = a.term_id
LEFT JOIN wp_posts as p ON e.id = p.ID
WHERE a.term_id IN (45147)
AND e.event_date >= '2026-08-18'
AND p.post_status = 'publish'
) AS x
ORDER BY x.event_date ASC, x.starring_position ASC