Skip to content
Mathias Rangel Wulff edited this page Feb 21, 2017 · 2 revisions

TXT

AlaSQL can import and export data from TXT format:

Syntax:

    SELECT column INTO TXT(filename) FROM tableid;
    SELECT column FROM TXT(filename) ;

Please note that you can avoid letting AlaSQL try to add extension to filenames by setting autoExt:false in the options given.

See also: CSV, TAB, TSV, XLSX, JSON

Clone this wiki locally