I have a directory website running on wordpress. I have a lot the the business listings stored in the postmeta table. I am tasked to retrieve that data to be exported in csv file using either SQL queries or other means.
Is there way to write SQL queries to retrieve the data inside the postmeta table in wordpress database?