Compare and Analyze SQL Datasets Across Different Time Periods - n8n Workflow | Neura Market
Compare and Analyze SQL Datasets Across Different Time Periods
This workflow compares two SQL datasets from different time periods, generating a detailed report on similarities and differences.
The workflow retrieves and compares datasets from a MySQL database for the years 2003-2004 and 2004-2005. It generates four distinct outputs: records unique to each dataset, records that are the same, and records that differ. An additional manipulation is performed on the 'ordercount' variable for the 2004-2005 dataset to ensure accurate comparison.
Platform
n8n
Category
Data & Analytics
Price
Free
Creator
Mateo Fernandez
sql
datasetComparison
mysql
dataAnalysis
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.