I need to run this SQL query in sequelize:
SELECT * FROM db.table WHERE (attr1 + attr2 + attr3) <= attr4;
I\'ve been trying and searching for h