-
Right-to-left not working properly
2024-06-07 22:55 -
SQL Question - Implement With Global Tags (?)
2024-05-19 17:03Hey, I watch the docs you provide and the closest SQL query I succeed to make is: `
SELECT * FROM blocks WHERE tag LIKE'%Cyber%' LIMIT 2
I want to implement 2 queries:
-
show list of only the doc's names with link to them with that belong for a specific tag.
-
table contains doc's names (lets say for the example that every doc is a tool and those tools are subdocs in doc named "Tools"). with the field of the tool type (it'll be a tag)
example:| doc name | tool (tag) | |
| -------------------- | ---------- | - |
| [[Leonardo AI]] | AI , IMG | |
| [[Github Coo-pilot]] | AI , Code | |
I download this query widget but I don't understand how to use it:
-