数据库查找单词word为什么搜索出全部的
walkinthecloud opened this issue · 1 comments
walkinthecloud commented
select * from stardict where word = "word"
列出全部的
vulcan-lin commented
select * from stardict where word = "word" 列出全部的
select * from stardict where word ='word';