skywind3000 / ECDICT

Free English to Chinese Dictionary Database
MIT License
5.93k stars 1.04k forks source link

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

Open walkinthecloud opened 3 years ago

walkinthecloud commented 3 years ago

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

fyow93 commented 1 year ago

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

select * from stardict where word ='word';