How can I write the following sql statement in typeorm?
SELECT balance FROM ${tableName} WHERE created_at=(SELECT MAX(created_at) FROM ${tableName} WHERE tale