drop table if exists dico1look; create table dico1look (strippedhw text, headword text, pageobject text, pagetag text, filename text, articletype integer, docyear , integer dicoid text, startbyte text, byteoff text); .mode tabs .import /var/www/html/mark/quickdict/onelookidx2load dico1look .save dico1look.db3 select * from dico1look where strippedhw like 'amour';