3 lines
71 B
MySQL
3 lines
71 B
MySQL
|
select firstName, lastName
|
||
|
from Students
|
||
|
order by lastName, firstName
|