Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sqlite3 Dump tables to csv
metalx1000
Jun 15th, 2020
980
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
###List all tables and dump to csv
table
=
"
$(sqlite3 owncloud.db ".tables"|tr " " "\n"|sort -u |fzf)
"
sqlite3
-header
-csv
owncloud.db
"select * from
$table
;"
Add Comment
Please,
Sign In
to add comment
Public Pastes
tree7_sum_subtree
C++ | 10 min ago | 4.16 KB
Market.js
JavaScript | 10 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) 2J
JavaScript | 11 min ago | 0.05 KB
test_list.c
C | 12 min ago | 1.70 KB
list.h
C | 17 min ago | 9.87 KB
EARN $900 INSTANTLY 2025⭐ 8F
JavaScript | 25 min ago | 0.05 KB
Untitled
JavaScript | 25 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) HA
JavaScript | 38 min ago | 0.05 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!