Login
Remember
Register
Ask a Question
Is it possible to sort a column using a column alias?
0
votes
asked
Nov 7, 2021
in
Sql
by
rajeshsharma
Is it possible to sort a column using a column alias?
column-alias
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 7, 2021
by
rajeshsharma
Yes. We can use the alias method in the ORDER BY instead of the WHERE clause for sorting a column.
...