Mysql
 sql >> Database >  >> RDS >> Mysql

La query SQL che restituisce Operando deve contenere 1 colonna(e)

Sicuramente nessun editore può condividere lo stesso id, nome, cognome e azienda!!!

SELECT t.uid
     , t.cid
     , t.id 
  FROM tracking t
  JOIN publishers p
    ON p.id = t.uid;