Cara Mendapatkan Tanggal 30 Hari Sebelumnya Di MySQL

SELECT * from customers where lastLedgerCreated<=CURDATE() - INTERVAL 30 DAY
Different Deer