sqlite 使用笔记

http://www.sqlitetutorial.net/ https://www.sqlite.org/cli.htmlhtml 在shell终端使用sqlite3web # 建立表 create table if not exists accession(accession text,accession_version text,taxid text,gi text); # 建立索引 cre
相关文章
相关标签/搜索