retrieve added user fields with sql
-
Hi, I added some number fields to the user with a pod. I can display them in a post and even edit them with a form. THat is really cool. Now I want to retrieve those field values with an SQL-query, to create a chart of the average values. I can find the datatables wphy_users and wphy_usermeta, but those tables do not contain the extra fields I created with the pod. Or am I mistaken?
What is the name of the table with these fields? I see a table called wphy_podsrel, but I cannot output that table. In the user pods the fields are called vakx, vaky and vakz.
I tried to understand the information on this page:
https://pods.io/docs/database-reference/database-storage-internal-content-type-meta/
Do I have to look into wp_postmeta.meta_key?Any help would be highly appreciated.
- The topic ‘retrieve added user fields with sql’ is closed to new replies.