summaryrefslogtreecommitdiffstats
path: root/generation/query.sh
blob: 67accaf1b80358f3bdf5baf0e9c5c085a33a0e2d (plain)
1
sqlite3 shop.db "SELECT id,firstname,lastname FROM users LEFT JOIN authentication ON users.id = authentication.user WHERE (users.disabled IS NULL or users.disabled != 1) and id > 0" | sed "s~|~,~g" > users.csv