Feature Request: "Import Query" Button for SQL Database Nodes

It would be incredibly helpful if n8n offered a feature similar to the “Import cURL” button found in the HTTP Request node—but designed for SQL queries in database nodes.

Currently, when working with SQL-based nodes, I have to manually input each field name and its corresponding value for INSERT or UPDATE operations. This can be time-consuming and error-prone, especially when dealing with tables that have many fields.

With an “Import Query” button, we could paste a full SQL query directly into the node, and n8n would automatically parse it and populate the relevant fields. This would significantly boost productivity and streamline the workflow development process.

Thank you for considering this enhancement!