Export from sqlite to csv using shell script - Stack Overflow

Export from sqlite to csv using shell script - Stack Overflow

瀏覽:771
日期:2024-09-07
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 ....看更多