Is there way in MySQL to create DATETIME from a given attribute of type DATE and a given attribute of type TIME?
datetime = CONCAT(date, ' ', time)