0 votes
in Sql by
Is it possible to sort a column using a column alias?

1 Answer

0 votes
by

Yes. We can use the alias method in the ORDER BY instead of the WHERE clause for sorting a column.

Related questions

0 votes
0 votes
asked Jul 12, 2020 in Sql by Robindeniel
0 votes
asked Jan 13 in Sql by DavidAnderson
...