💻 MySQL Read-Only IDE
SELECT * FROM invoices WHERE client_id =4 AND status != 'paid' LIMIT 10;
▶ Run Query