Compare Two SQL Datasets from MySQL - n8n Workflow | Neura Market
Compare Two SQL Datasets from MySQL
Compares two SQL query results from a MySQL database, identifying matching, differing, unique records across time periods.
This workflow automates the comparison of two datasets extracted from a MySQL payments table using custom SQL queries. One query aggregates orders from 2003-2004 by customerNumber and year, while the second covers 2004-2005 with an additional manipulation on the ordercount field. The Compare Datasets node merges them by customerNumber and year, producing four outputs: records unique to dataset A, unique to B, matching records, and records with differences.
Ideal for data analysts, it saves hour
Platform
n8n
Category
Data & Analytics
Price
$11.99
Creator
Bryce Yu
SQL
MySQL
Data Comparison
Dataset Merge
Analytics
Data Processing
Payments Analysis
Report Validation
Time Period Comparison
Database Query
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.