Updating Lats...SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'is_event' AND wp_postmeta.meta_value = '1' ) AND ( mt1.meta_key = 'event_start_date' AND mt1.meta_value >= '01/01/2019' ) ) AND ((wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 20000, 500
Array
(
    [order] => DESC
    [posts_per_page] => 500
    [paged] => 41
    [meta_query] => Array
        (
            [relation] => AND
            [is_event] => Array
                (
                    [key] => is_event
                    [value] => 1
                    [compare] => ==
                )

            [start_date] => Array
                (
                    [key] => event_start_date
                    [value] => 01/01/2019
                    [compare] => >=
                )

        )

)

Update


Individual Address398599 BLEACHED 8A Hyde St Footscray VIC 3011 22/06/2023
Individual Address398536 St Kilda Film Festival 2023 St Kilda VIC 3182 01/06/2023
Individual Address398513 The National Institute of Circus Arts (NICA) presents ONEIRIC 39 - 59 Green Street Prahran VIC 3181 09/06/2023
Individual Address398498 Jam with the Jadon 300 Lonsdale St Melbourne VIC 3000 12/05/2023
Individual Address398483 VOLTAGE Unit 490/658 Church St Cremorne VIC 3121 20/05/2023
Individual Address398353 Attachment Theory 1/131 PIRIE ST ADELAIDE SA 5000 27/05/2023
Individual Address398337 Ground Level 2-6 City Rd Chippendale NSW 2008 18/05/2023
Individual Address398156 Rosario De Marco 15 Gilbert Rd Preston VIC 3072 03/12/2023
Individual Address398132 Chillin' in Banyule: Opening Night Event 275 Upper Heidelberg Rd Ivanhoe VIC 3079 18/05/2023
Individual Address397342 Interactive Musical Comedy with Richard Thornton 204 High Street Northcote VIC 3070 29/04/2023
Individual Address397333 Georgia Ray 15 Gilbert Rd Preston VIC 3072 13/05/2023
Individual Address397306 UnitePlayPerform: Design Your Own Universe with ØFFËRINGŠ 236-238 Chapel St Prahran VIC 3181 23/05/2023
Individual Address397109 MOTHER’S DAY EVE: Kat Greta + Full Band 893 Burke Rd Camberwell VIC 3124 13/05/2023
Individual Address396884 Incinerator Art Award: Opening Night 180 Holmes Road Aberfeldie VIC 3040 06/10/2023
Individual Address396850 Incinerator Art Award (Call for Entries) 180 Holmes Road Aberfeldie VIC 3040 14/04/2023
Individual Address396829 Avalanche @ MoonDoll Festival 2023 181 Wecker Rd Mansfield QLD 4122 13/04/2023
Individual Address396839 Julie Kim: No One Special 168 Lonsdale St Melbourne VIC 3000 23/04/2023
Individual Address396837 Julie Kim: No One Special 168 Lonsdale St Melbourne VIC 3000 16/04/2023
Individual Address396838 Julie Kim: No One Special 168 Lonsdale St Melbourne VIC 3000 18/04/2023
Individual Address396828 Julie Kim: No One Special 168 Lonsdale St Melbourne VIC 3000 11/04/2023


1 2 40 41 42 44 45 Done