sql query is as follows:
CREATE PROCEDURE Get_concat_tavel_info AS SELECT travelDate,empID, CONCAT(tripStart, \' >> \', tripEnd) AS trips_Code,