SELECT url, second.rel_id AS user_id
FROM table1
INNER JOIN table2 AS first
ON table1.id=first.rel_id
INNER JOIN table2 AS second
ON first.item_id=second.rel_id
WHERE second.field_id='42'
AND table1.url LIKE '%/:downloadfile'
SELECT url, second.rel_id AS user_id
FROM table1
INNER JOIN table2 AS first
ON table1.id=first.rel_id
INNER JOIN table2 AS second
ON first.item_id=second.rel_id
WHERE second.field_id='42'
AND table1.url LIKE '%/:downloadfile'
Una panoramica degli strumenti di pianificazione dei lavori per PostgreSQL
Aggregazione di stringhe nel corso degli anni in SQL Server
Stored procedure per ottenere informazioni sull'archiviazione del server nel server
Springboot + MySQL:impossibile leggere alcun tipo di data da (DATE, DATETIME, TIMESTAMP) MySQL