example:
attributes: [
db.sequelize.literal('COUNT(1)')
],
If i use it, a log is created.
(Executing (default): SELECT COUNT(1) as cnt FROM TEST
AS A
;
If this log was copied and used in the database, the desired results could be obtained normally. (cnt : 20)
Did i miss the option about the literal ?