Comment obtenir 30 jours de date précédente dans MySQL

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