MySQLTuner-perl/examples/github/result/mysql/5.6/ifs_VIEWS.csv
Jean-Marie Renouard 3164f3a727 last updates
2023-04-12 20:45:03 +02:00

742 B
Executable file

1defemployeescurrent_dept_empselect `l`.`emp_no` AS `emp_no`,`d`.`dept_no` AS `dept_no`,`l`.`from_date` AS `from_date`,`l`.`to_date` AS `to_date` from (`employees`.`dept_emp` `d` join `employees`.`dept_emp_latest_date` `l` on(((`d`.`emp_no` = `l`.`emp_no`) and (`d`.`from_date` = `l`.`from_date`) and (`l`.`to_date` = `d`.`to_date`))))NONEYESroot@localhostDEFINERutf8utf8_general_ci"defemployeesdept_emp_latest_dateselect `employees`.`dept_emp`.`emp_no` AS `emp_no`,max(`employees`.`dept_emp`.`from_date`) AS `from_date`,max(`employees`.`dept_emp`.`to_date`) AS `to_date` from `employees`.`dept_emp` group by `employees`.`dept_emp`.`emp_no`NONENOroot@localhostDEFINERutf8utf8_general_ci