Employee Names

Sort by

recency

|

788 Discussions

|

  • + 0 comments

    select name from employee order by substr(name,1) ;

  • + 0 comments

    SELECT name from Employee ORDER BY name;

  • + 1 comment

    SELECT Name FROM EMPLOYEE ORDER BY NAME;

  • + 0 comments

    ngoccth_SQL SERVER: SELECT [name] FROM Employee ORDER BY name

  • + 0 comments

    select name from employee order by name asc