Upcoming events

SELECT * FROM vdt_memb_postings LEFT JOIN vdt_memb_post_events ON vdt_memb_postings.posting_id = vdt_memb_post_events.event_post_id WHERE posting_type='event' AND posting_status='posted' AND event_enddate > '2026-07-14 04:15:30' AND ('2026-07-14 04:15:30' > posting_startdate AND '2026-07-14 04:15:30' < posting_enddate) ORDER BY event_startdate ASC
* All prices are exclusive of VAT at the statutory rate.
The fees for the Certified Corporate Treasurer (CCT) are exempt from VAT.

Past events

SELECT * FROM vdt_memb_postings LEFT JOIN vdt_memb_post_events ON vdt_memb_postings.posting_id = vdt_memb_post_events.event_post_id WHERE posting_type='event' AND posting_status='posted' AND event_enddate < '2026-07-14 04:15:30' ORDER BY event_startdate DESC LIMIT 10