Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 207 Bytes

File metadata and controls

5 lines (4 loc) · 207 Bytes

export the list of files/books

select a.name, a.desc, a.type, b.name as folder, a.date_added, a.size, a.downloads from entry a JOIN entry b ON a.folder=b.ROWID where a.is_deleted=0 and a.type!='coll'