PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Devo assegnare tutte le attività in SQL a un ID, ma attualmente ogni attività ha tre ID

Non sono sicuro di aver capito correttamente la domanda, ma potrebbe sembrare così:

SELECT ID3 AS "User ID", COUNT(*) AS "Number of views" FROM VIEWS GROUP BY ID3