sqlite Command Line

sudo apt install sqlite3

sqlite3 tradesv3.dryrun.sqlite

.tables

.schema table_name

DELETE FROM trades WHERE fee_open_cost IS NULL;

DELETE FROM orders WHERE ft_pair = 'XXX/USDT';

.exit

  

📝 📜 ⏱️ ⬆️