skywind3000/ECDICT

数据库查找单词word为什么搜索出全部的

walkinthecloud opened this issue · 1 comments

select * from stardict where word = "word"
列出全部的

select * from stardict where word = "word" 列出全部的

select * from stardict where word ='word';