In standard SQL, can you reference a SELECT-list column alias in the ORDER BY clause?SELECT price * qty AS total FROM line_items ORDER BY total DESC;