SQL For Everyone - Tutorial 21 - Performing Calculations

preview_player
Показать описание


SQL For Everyone - Tutorial 21 - Performing Calculations

Learn how to perform mathematical calculations in SQL.

Рекомендации по теме
Комментарии
Автор

can we calculate total price for one order_num ?

leery_swan
Автор

Can you make a calculation out of expanded_price to only show prices that are 34.90 and above?

saineyjammeh
Автор

is that new calculated field now part of the table? or is it only there when the query is executed

nicolascorrea
Автор

Very clear tutorial, thanks! How would you perform a calculation on the Alias column? For example totalling the column, as normal sum does not appear to work on an alias column.

photoinshot