Woocommerce – Python SQL – two left joins
I have some problems with a SQL for Python that I hope you can help me with - I'm trying to retrieve some data from wordpress/woocommerce. My code: cursor.execute(" SELECT t1.ID, t1.post_date, t2.meta_value AS first_name, t3.meta_value AS last_name FROM test_posts…