Timetables

SELECT timetable_current.*, operator.id AS op_id,operator.name AS op_name,operator.location AS op_location FROM timetable_current,operator WHERE timetable_current.operator=operator.id AND timetable_current.id ='3854191'