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.

...