SELECT a.course_name, a.eligibility_cat, a.eligibility, a.duration, a.fees_cat, a.fees, a.course_slug, b.stream_name AS streamName FROM course a LEFT JOIN stream b ON a.stream_id = b.stream_id WHERE a.status = '1' AND a.course_id IN (4455,5748,60,89,62,91,63,92,65,94,66,95,67,96,68,97,70,99,77,106,79,108,82,111,85,114,5689,3450,3763,4819,246,702,700,705,707,847,5756,5758,804,904,939,1281,1,5510,4471,4477,3685,1243,3812,5768,5767,622,811,5721,3405,805,814,809,5770,5771,5772,641,650,652,772,773,770,3382,768,297,4856,358,360,5332,3890,191,3971,889,4070,5645,4071,5648,4363,4073,5773,5344,5774,3489,5776,822,4460,3654,820,5780,5777,5781,5778,5782,5779,5783,5784,1293,1294,1974,3856,794,795,4198,3365,141,3366,3467,3667,3669,3359,3364,5581,3809,3602,15,46,25,20,5269,10,4,7,5,3,3786,1247,3568,621,676,5788,858,874,880,882,885,5550,834,5529,5789,5792,4848,5795,4166,4927,4719,1054,1059,1064,1081,1082,1087,1089,1140,1163,1171,5799,4472,382,409,5184,3355,3612,1284,1286,1287,1288,1290,5805,5809,5813,5810,5812,5817,5816,5814,5815,5819,5822,5821,5820,5823,3703,5826,5832,5833,5829,5828,5831,3723,1380,1550,1382,1535,1370,1674,1349,1600,1450,1498,1403,1402,1400,1399,1374,1478,1471,4718,3419,5124,11158,11123,3863,11157,6014,632,9213,4504,6293,4518,7442,898,911) ORDER BY a.course_name ASC LIMIT 100