Skip to content
FlowHubFluxonLab
HTTP Request
MySQLfree

Join data from Postgres and MySQL

by Hermilioadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestMySQLMySQLPostgresPostgres
Share Post Share
WeemitirEtiquetadadosProdutoHRPegarConfiguracaoImpressaoPegarConfigurac…dadosRoloFutrataRetornoMeroloProduto123456
1/5
STEPS · 6
Starts on an incoming request

query data from two different databases handle and unify in a single return

Tags

n8nreference-onlymy-sqlpostgres
Connects
WHTTP RequestmysqlMySQLpostgresPostgres
CategoryMySQL
Triggermanual
Complexitymedium
Nodes6
AddedDec 15, 2021

Related workflows

See all MySQL
CWmysql
free

Send DingTalk message on new Azure DevOps Pull Request

This template automates sending a DingTalk message on new Azure Dev Ops Pull Request Created Events. It uses a MySQL database to store mappings between Azure users and DingTalk users; so the right users get notified. Set up instructions Define the path value of ReceiveTfsPullRequestCreatedMessage Webhook node of your own, copy the webhook url to create a Azure DevOps ServiceHook that call webhook with Pull Request Created event. In order to configure the LoadDingTalkAccountMap node, you need to create a MySQL table as below: |Name|Type|Length|Key| |-|-|-|-| |TfsAccount|varchar|255| |UserName|varchar|255| |DingTalkMobile|varchar|255| You can customize the Ding Talk message content by editing the BuildDingTalkWebHookData node. Define the URL of SendDingTalkMessageViaWebHook Http Request node as your Ding Talk group chat robot webhook URL. Send test of production message from Azure DevOps to test.

by PretenderX
mysqltelegram
free

Cron routines with Telegram

Executes schedule routines, and triggers alerts via telegram

by Hermilio
mysql
free

Create a table in MySQL and insert data

Companion workflow for MySQL node docs

by amudhan