Hi Guys, Today I am going to share my experience when pulling WooCommerce order metadata using SQL. Initially, I use join for each metadata(example1), but when we have thousands of data and join count exceeds by 10, MYSQL is not able to handle the request. Then I search for an alternative solution and found aggregate …
Continue reading “How to get all WooCommerce Order metadata?”