sqlite-xsv icon indicating copy to clipboard operation
sqlite-xsv copied to clipboard

`create virtual table "students.csv" using csv`

Open asg017 opened this issue 2 years ago • 0 comments

.load xsv0

create virtual table "students.csv" using csv;

select * from "students.csv";

Make filename= optional - if the table name is a valid file, then read from there. Saves a few keystrokes, and looks pretty nice?

asg017 avatar Sep 01 '23 23:09 asg017