I am using sqlite3 on AWS cloud 9 and want to import a csv file. I first created a table (citites) and then use the following to import file:
.import C:/Users/akima/Documents/SQL/city.csv cities
However I got this error:
Error: cannot open "Users/akima/Documents/SQL/city.csv"