Updating Skills from MS Windows 2000 to Microsoft Windows 2003 for System Administrators and System Engineers
Introduction to XML and the Microsoft .NET Platform + Programming with XML and the .NET Framework
Analyzing Requirements and Defining Microsoft .NET Solution Architectures
都是370页,有兴趣的吱一声。
lucky@dev-club.com
最好留个电话哦
前几天看见Grace MM说手不舒服。我们公司也有一位同事左手不舒服,去医院检查。
医生说神经受压迫什么的,要开刀。现在成天用一只手干活。
怕怕的说。
1、insert into order select distinct 标识ID from source_table
2、insert into ORDER_CAT select SUM(数量*单价),source_table.分类号,order.ORDERID
from source_table inner join order
on source_table.标识ID = order.标识ID
group by source_table.分类号,order.ORDERID
3、我就不写了,就是用order, ORDER_CAT 和源表关联即可。
Good Luck!