summaryrefslogtreecommitdiff
path: root/p2pvr/lib/sql/Recordings_getAll.sql
blob: c0a096cfbcd73fab58f7abcc91e2e34a481a8094 (plain)
1
2
3
SELECT recordingId, storageAddress, guid, scheduleId, title, subtitle, description, startTime, duration
FROM recordings r
ORDER BY startTime, title, subtitle