We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607bb46 commit ec09542Copy full SHA for ec09542
get_attendees.sql
@@ -46,4 +46,4 @@ SELECT name_t.post_id , name, email, airtable_id, zoom_link,
46
LEFT JOIN (SELECT ID, post_title as ticket_name from wp_2kamgb_posts
47
WHERE post_type = 'tribe_rsvp_tickets') as product_name
48
on rsvp_link.product_id = product_name.ID
49
- WHERE eventName IS NOT NULL
+ WHERE eventName IS NOT NULL AND YEAR(eventDt) = 2025
0 commit comments