SQL Query to retrieve the members in the order of Last Name

SELECT *
FROM Member m
ORDER BY m.LastName

Comments

Popular posts from this blog

Top myths for NULL value in SQL Queries