I am getting the output in RAW SQL but I am unable to do with SequelizeJS SELECT * FROM `tbl_a` a LEFT JOIN `tbl_b` b on b.b_uuid = a.a_uuid LEFT JOIN `tbl_c` c on c.c_uuid = a.a_uuid
I am getting the output in RAW SQL but I am unable to do with SequelizeJS SELECT * FROM `tbl_a` a LEFT JOIN `tbl_b` b on b.b_uuid = a.a_uuid LEFT JOIN `tbl_c` c on c.c_uuid = a.a_uuid