明らかに、複数のテーブルにfirst_nameがあります および/またはlast_name その中で、おそらくsuper_student およびsuper_employee 。
適切に定義したテーブルエイリアスを使用します:
select ss.first_name as student_first_name,
ss.last_name as student_last_name
明らかに、複数のテーブルにfirst_nameがあります および/またはlast_name その中で、おそらくsuper_student およびsuper_employee 。
適切に定義したテーブルエイリアスを使用します:
select ss.first_name as student_first_name,
ss.last_name as student_last_name