TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows") OR contains(tags, "powershell") OR contains(tags, "looting")SORT file.ctime DESC
windows
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows")SORT file.ctime DESC
powershell
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "powershell")SORT file.ctime DESC
looting
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "looting")SORT file.ctime DESC