Ratio of fatigue

Source: Internet
Author: User

1 CREATE TABLE#t1 (2Plantnovarchar(4),3Vendorcodevarchar(Ten),4Amountdecimal( -,2))5        6 Insert#t1Values('P112','1',Ten)7 Insert#t1Values('P112','2', -)8 Insert#t1Values('P112','3', -)9 Insert#t1Values('P112','4', +)Ten Insert#t1Values('P115','1',Ten) One  A Select#t1. Plantno,vendorcode,amount,amount asAmounttotal,amount asAmounttotal2,amount as Rate -    into#t2 -  from#t1Order  byPlantno,amountdesc the  - Update#t2SetAmounttotal=(Select SUM(amount) from#t1where#t1. Plantno=#t2. PLANTNO) - Update#t2SetAmountTotal2=(Select SUM(amount) from#t1where#t1. Plantno=#t2. Plantno andAmount>=#t2. Amount) - Update#t2SetRate=AmountTotal2/Amounttotal + Select *  from#t2 - Drop Table#t1 + Drop Table#t2 A  at --Results - plantno vendorcode amount Amounttotal amountTotal2 rate -P1124    40.00    100.00    40.00    0.40 -P1123    30.00    100.00    70.00    0.70 -P1122    20.00    100.00    90.00    0.90 -P1121    10.00    100.00    100.00    1.00 inP1151    10.00    10.00    10.00    1.00

This part of the program is designed to be a few of the most exhausting problems. For example: The richest man accounted for 2%, the second accounted for 1.5%, so the first 2 were 3.5%.

Ratio of fatigue

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.