共收录

成语 13307条

歇后语5967条

和 若干常用百科知识

能查释义,反义词,近(同)义词,出处,能自已  编辑  和  新增  成语。

 

采用SQLite数据库,启动搜索 更另快捷。

 


 

select [id],[name],[info] from atb where [name] like "五%四%"

%代表任意多个字符
_代表一个字符

select [id],[name],[info] from atb where substr([name],1,1)="涂"
select [id],[name],[info] from atb where substr([name],1,1)=substr([name],2,1) and substr([name],3,1)=substr([name],4,1)

select [id],[name],[info] from atb  where info='Z~!~~!@~!' --没有解释的词条


 

 insert into atb(id,name,info)  select  value +65500,ci.rhythmic||"_"||ci.author,ci.content from ci 


 

 chm格式             EXE格式        网络版OnLinePart1  Part2

相关文章:

  • 2022-01-09
  • 2021-09-13
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2021-12-23
  • 2021-11-27
  • 2021-09-16
猜你喜欢
  • 2021-07-05
  • 2021-06-27
  • 2021-12-31
  • 2021-09-23
  • 2021-04-09
  • 2022-01-10
相关资源
相似解决方案