I get this error 'ERROR: column reference is ambiguous Position. Error Code 6BF19D1C' running the next query on Tableau for mac on PostgreSQL 15.2
SELECT *
FROM magasin
join ville_mag
on magasin.ville = ville_mag.ville
join vente_bonbon
on magasin.nom_site = vente_bonbon.nom_site
But this query works fine in admin panel or VSCode connected to that DB. Ass well i tried other join types and put semicolon at the end but nothing helped