Click here to Skip to main content
15,923,083 members
Home / Discussions / Database
   

Database

 
GeneralRe: about SQL ... Pin
mostafa_h15-Sep-05 3:32
mostafa_h15-Sep-05 3:32 
QuestionDataGrid new row Pin
airbus3808-Sep-05 6:01
airbus3808-Sep-05 6:01 
AnswerRe: DataGrid new row Pin
enjoycrack8-Sep-05 23:51
enjoycrack8-Sep-05 23:51 
AnswerRe: DataGrid new row Pin
miah alom9-Sep-05 5:54
miah alom9-Sep-05 5:54 
QuestionMS Hierarchical FlexGrid Pin
pjhenry12168-Sep-05 5:32
pjhenry12168-Sep-05 5:32 
AnswerRe: MS Hierarchical FlexGrid Pin
smita_roy8-Sep-05 19:59
smita_roy8-Sep-05 19:59 
QuestionT-Sql problem Pin
WDI8-Sep-05 4:55
WDI8-Sep-05 4:55 
AnswerRe: T-Sql problem Pin
Colin Angus Mackay8-Sep-05 10:39
Colin Angus Mackay8-Sep-05 10:39 
SELECT mineralID, SUM(value)
FROM MyTable
GROUP BY mineralID


The SUM() function tells the SQL Server to add together all the values in the value column, the GROUP BY tels SQL Server that rather than just a single total, you want a total for each mineralID.

Does this help?


My: Blog | Photos

"Man who stand on hill with mouth open will wait long time for roast duck to drop in." -- Confucious


GeneralRe: T-Sql problem Pin
Frank Kerrigan9-Sep-05 0:37
Frank Kerrigan9-Sep-05 0:37 
QuestionCall a variable from the another Form ... Pin
mostafa_h7-Sep-05 21:38
mostafa_h7-Sep-05 21:38 
AnswerRe: Call a variable from the another Form ... Pin
enjoycrack8-Sep-05 0:44
enjoycrack8-Sep-05 0:44 
GeneralRe: Call a variable from the another Form ... Pin
mostafa_h8-Sep-05 1:52
mostafa_h8-Sep-05 1:52 
GeneralRe: Call a variable from the another Form ... Pin
enjoycrack8-Sep-05 1:54
enjoycrack8-Sep-05 1:54 
GeneralRe: Call a variable from the another Form ... Pin
mostafa_h8-Sep-05 4:15
mostafa_h8-Sep-05 4:15 
GeneralRe: Call a variable from the another Form ... Pin
enjoycrack8-Sep-05 21:07
enjoycrack8-Sep-05 21:07 
GeneralRe: Call a variable from the another Form ... Pin
mostafa_h15-Sep-05 0:59
mostafa_h15-Sep-05 0:59 
GeneralRe: Call a variable from the another Form ... Pin
enjoycrack15-Sep-05 1:05
enjoycrack15-Sep-05 1:05 
GeneralRe: Call a variable from the another Form ... Pin
mostafa_h15-Sep-05 1:59
mostafa_h15-Sep-05 1:59 
QuestionNumber Of Days Pin
FireOnMoon7-Sep-05 20:15
FireOnMoon7-Sep-05 20:15 
AnswerRe: Number Of Days Pin
Frank Kerrigan7-Sep-05 22:32
Frank Kerrigan7-Sep-05 22:32 
QuestionADO.NET For Exchange 2003? Pin
Patricker7-Sep-05 13:28
Patricker7-Sep-05 13:28 
QuestionMSDE and the port 1433 Pin
SeLoRBIS7-Sep-05 12:44
SeLoRBIS7-Sep-05 12:44 
AnswerRe: MSDE and the port 1433 Pin
enjoycrack8-Sep-05 2:01
enjoycrack8-Sep-05 2:01 
GeneralRe: MSDE and the port 1433 Pin
SeLoRBIS8-Sep-05 7:51
SeLoRBIS8-Sep-05 7:51 
GeneralRe: MSDE and the port 1433 Pin
enjoycrack8-Sep-05 23:21
enjoycrack8-Sep-05 23:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.