1、命令行中输入sqlite3> $ sqlite3

3、创建索引sqlite> create index word_index ch_en_dict (word)(意思是:对表ch_en_dict的word列创建 index_word的索引)

时间:2024-10-11 19:13:27
1、命令行中输入sqlite3> $ sqlite3

3、创建索引sqlite> create index word_index ch_en_dict (word)(意思是:对表ch_en_dict的word列创建 index_word的索引)
