sqlite> .separator \t
sqlite> .show
echo: off
explain: off
headers: off
mode: list
nullvalue: ""
output: stdout
separator: "\t"
width:
sqlite> .import cet cet
sqlite>
sqlite> .separator \t
sqlite> .show
echo: off
explain: off
headers: off
mode: list
nullvalue: ""
output: stdout
separator: "\t"
width:
sqlite> .import cet cet
sqlite>