getCollections.sql 100 Bytes
select DETAILS_FK as itemId, UTILISATEUR_FK as userId from collection order by userId, itemId;
quit