mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
6 lines
118 B
Markdown
6 lines
118 B
Markdown
```dataview
|
|
table phone, email, birthday, lastContacted, relationship
|
|
from "Private/CRM"
|
|
where file.name != "CRM"
|
|
```
|