sqlite - Error when using changing mode to csv -


i trying import data csv file. according this , should use .mode csv first. when enter command, error:

mode should on of: column html insert line list 

why ? google didn't me , i'm new this.

you had entered on sqlite shell using sqlite. try use sqlite3 enter on shell. there have .mode csv.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -