You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
操作gif中嵌入块的查询语句是 select * from blocks where( markdown like '- [ ]%' or markdown like '* [ ]%') and subtype = 't' and type = 'i' and box = 'Note' 由于markdown 字段 经过以上操作 不知为何增加了id属性 所以导致SQL查询不出来
Activity
xiaoyoucheng commentedon Jul 23, 2021
操作如下:
导致结果:
操作gif中嵌入块的查询语句是
select * from blocks where( markdown like '- [ ]%' or markdown like '* [ ]%') and subtype = 't' and type = 'i' and box = 'Note'
由于markdown 字段 经过以上操作 不知为何增加了id属性 所以导致SQL查询不出来