-
求 SQL 查询语句:「2022-10-20 至 2022-10-26 间,更新的所有块」
2022-10-26 14:58貌似像下面的语句是可以的,但是感觉写起来太傻了。
SELECT * FROM blocks WHERE updated LIKE '20221020%' OR updated LIKE '20221021%' OR updated LIKE '20221022%' OR updated LIKE '20221023%' OR updated LIKE '20221024%' OR updated LIKE '20221025%' OR updated LIKE '20221026%'
-
内容块的名字匹配问题。
2021-06-11 15:49你说的很对。
只是我想表达的是,把内容块命名为“段落”会被段落原有的意思限制住。在 RemNote 里面,内容块被称为 Rem,可以是一段或多段文字。用户可以按需使用。
思源笔记中的“段落”就只能是一段,会有不方便之处。