 SELECT  bus_id,bus_trip,trip_date FROM trip_log where bus_id = '117'  ORDER BY bus_id   asc  LIMIT 0 ,10 </br>