Can you query SELECT query on multiple tables from the same WP database
Can you query SELECT query on multiple tables from the same WP database

I'm using this plugin - https://wordpress.org/plugins/inline-google-spreadsheet-viewer/
And I want it to show data from my SQL database but from different tables in the same database so I used this string -
[gdoc key="wordpress" query="SELECT post_title AS name, post_type AS 'Registration Date' FROM wpvg_posts"]
Which works but can I use data in the same table (frontend) but also from another table - other than wpvg_posts ?
Thankls
This discussion has been closed.