SQL
-
I have been playing around with the plugin as a free user for some time and I think it will be able to handle my project.
I am happy I can create the tables I require and set up all the linked tables using the system but the data publisher is very limited in the free version.
I have a SQL query
SELECT Player_Name,
GROUP_CONCAT(Player_Break ORDER BY Player_Break DESC)
FROM Player_Breaks
GROUP BY Player_NameWhich works fine in the query builder and show the results as I wanted them. What I want to do i publish these results to a wordpress post. I cannot seem to find anywhere I can do this in the free version.
I presume this can be done under widgets or data publisher in the premium version.Can you confirm this is the case that once I purchase I will be able to display data produced by the SQL onto a post for users to view. The idea being that I can update the database tables once sports results are sent to me and the changes will be live on the website. Obviously I can do this via a csv import but that means an extra stage.
- The topic ‘SQL’ is closed to new replies.