Is it possible to dump only part of a database? I have a database containing 250'000 entries. I want to create a second one with a tenth of the data in it...
using
select * from table where id % 10 = 0
and setting
.output out.sql
yields a file that does not have the binary data encoded in the same way as when using
.dump
dump -> the binary data gets encoded as hex bytes
other way -> it gets encoded as some weird string