Export from sqlite to csv using shell script - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
Export from sqlite to csv using shell script - Stack Overflow
sqlite3. You have a separate call to sqlite3 for each line; by the time your select
runs, your .out out.csv has been forgotten. Try: #!/bin/bash ./bin/sqlite3 .