Posts by Paulo Felix • 51 points
1 post
- 
		5 votes3 answers147 viewsQ: Join between banksStaff I am running the command below but I haven’t gotten the desired result. USE banco1 SELECT * FROM sistema.tb_menus_perfil_params a LEFT JOIN banco2.sistema.tb_menus_perfil_params b ON a.pm_id =…