The following SQL statement counts only the unique values of the Emp_Age column from the above IT_Employee table: SELECT COUNT (DISTINCT (Employee_Age)) AS ...
確定! 回上一頁