8 lines
81 B
MySQL
8 lines
81 B
MySQL
|
select
|
||
|
Dept,
|
||
|
avg(Weekly_Sales)
|
||
|
from
|
||
|
this
|
||
|
group by
|
||
|
Dept
|
||
|
|