Problem: Starting from the HR department head (dept_id = 1, manager_id is NULL), list all employees in that reporting chain (head + all direct/indirect reports).
CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `assignment_meangrades` AS select `assignment`.`id` AS `id`,`assignment`.`unitId` AS ...
現在アクセス不可の可能性がある結果が表示されています。
アクセス不可の結果を非表示にする