|
|
|
สอบถามปัญหาคำสั่งการหาค่าSum(OrderPrice) ของ คนที่ชื่อ Nilsen โดยมีเงื่อนไขอยู่ช่วงวันที่ 2008/10/01 - 2008/10/31 จะต้องเขียนโค้ดอย่างไงคับ จะต้องใช้อย่างไร |
|
|
|
|
|
|
|
select sum(OrderPrice) as total,Customer from .....
where (OrderDate between '2008-10-01' and '2008-10-31')
group by Customer
|
ประวัติการแก้ไข 2013-02-19 13:46:10
|
|
|
|
Date :
2013-02-19 13:44:59 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
select sum(OrderPrice) as total,Customer from .....
where (OrderDate between '2008-10-01' and '2008-10-31') and Customer='Nilsen'
|
|
|
|
|
Date :
2013-02-19 14:06:49 |
By :
sakuraei |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|