00 Designing Data-Intensive Applications

Created: 2021-12-14 19:55

Designing Data-Intensive Applications

table
  without id
  chapter_title as "Chapter",
  rows.file.link as Notes
where
  this.file.folder = file.folder and
  this.file.name != file.name and
  chapter_title != null
sort chapter_number asc, chapter_note_index asc
group by chapter_title