Home > database >  This statement is complicated? Strives for the guide, looks very complicated, wrote a day can't
This statement is complicated? Strives for the guide, looks very complicated, wrote a day can't

Time:09-19


This statement is complicated? Strives for the guide, looks very complicated, write a day not to come out

CodePudding user response:

SELECT
MIN (A) A minimum value,
MIN (B) the minimum value of B,
The SUM of the SUM (C) C,
The SUM of the SUM (D) D,
A maximum of MAX (E) E,
A maximum of MAX (F) F
The FROM TABLE_NAME GROUP BY GID
  • Related