将数据源中的表notes备份成sql
.output notes.sql .dump notes # .dump 备份全部 .output stdout
目标数据库执行sql
drop table notes; .read notes.sql