2023-09-14 12:51:51

This commit is contained in:
Steph Ango
2023-09-14 12:51:51 -07:00
parent 900f889a9e
commit 8254a9d7d6
4 changed files with 48 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ table without id
director as Director
where
contains(category,this.file.link)
and rating > 9
and rating > 6
sort rating desc
```