There was an error while loading. Please reload this page.
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.
autoExt:false
See also: CSV, TAB, TSV, XLSX, JSON
Quick links
AlaSQL wiki frontpage
About AlaSQL
Install AlaSQL
Get started with AlaSQL