TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows") OR contains(tags, "active-directory") OR contains(tags, "smb") OR contains(tags, "authentication") OR contains(tags, "no-cred")SORT file.ctime DESC
windows
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows")SORT file.ctime DESC
active-directory
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "active-directory")SORT file.ctime DESC
smb
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "smb")SORT file.ctime DESC
authentication
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "authentication")SORT file.ctime DESC
no-cred
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "no-cred")SORT file.ctime DESC