/
How to create a temporary MySQL table using the SQL for Confluence (Pro edition) app
How to create a temporary MySQL table using the SQL for Confluence (Pro edition) app
This article explains how to create a temporary table in a MySQL database using the SQL for Confluence (Pro edition) app.
Instructions
- Login to your Confluence instance.
- Navigate to the required page and click the Edit icon ( ).
- Add SQL macro and click Edit to open the macro settings.
- Select Data source profile under the SQL statement section and enter the SQL statement as shown:
- Click Save settings.
- To verify whether the table is created, execute the following query in your database:
- Use the SQL macro for insert, update or create actions.
- It is recommended to test this function in a non-production environment before creating it in production.
- Ensure that the confluence-user group has relevant permissions to access the SQL macro.
, multiple selections available,
Related content
SQL for Confluence
SQL for Confluence
More like this
Advanced Tables for Confluence
Advanced Tables for Confluence
More like this
Create a dynamic table
Create a dynamic table
More like this
SQL Query macro - cloud
SQL Query macro - cloud
More like this
Release notes 10.1
Release notes 10.1
More like this
Release notes - Cloud 1.0.0
Release notes - Cloud 1.0.0
More like this