drop table if exists frmod;

create table frmod(old text, mod text);

.mode tabs

.import /var/www/artflsrv03/html/mark/quickdict/fr.modernization.tab frmod

select * from frmod where old = 'abastardies';

.quit

