Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# enum with string arrays Pin
PIEBALDconsult11-Jul-07 10:56
mvePIEBALDconsult11-Jul-07 10:56 
Questionerror handle [modified] Pin
daku111-Jul-07 6:44
daku111-Jul-07 6:44 
AnswerRe: error handle Pin
MidwestLimey11-Jul-07 6:57
professionalMidwestLimey11-Jul-07 6:57 
QuestionMembership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:22
Brendan Vogt11-Jul-07 6:22 
AnswerRe: Membership.HashAlgorithmType Property Pin
Luc Pattyn11-Jul-07 6:29
sitebuilderLuc Pattyn11-Jul-07 6:29 
GeneralRe: Membership.HashAlgorithmType Property Pin
Brendan Vogt11-Jul-07 6:36
Brendan Vogt11-Jul-07 6:36 
AnswerRe: Membership.HashAlgorithmType Property Pin
ruanr11-Jul-07 20:44
ruanr11-Jul-07 20:44 
QuestionSQL script [modified] Pin
kibromg11-Jul-07 6:04
kibromg11-Jul-07 6:04 
Hi All,

I have a single table that contains the following Columns

As you can see i generated the data base on ASc on id's

Select * from Call_register order by id

Table Call_Register
id Call(in Hour) Seconds
76 00:04:23 263
76 00:05:58 358
76 00:06:38 398
77 00:06:22 382
77 00:01:29 89
77 00:10:28 628
77 00:01:18 78
78 00:03:35 215
79 00:07:26 446

I want to regroup them as follows : want to also keep track of number of time id occurs:Like


id occurance call(in Hour) totalSeconds
76 3 times 00:04:23 +00:05:58+00:0638(= 263+358+398=
77 4 times 382+89+628+78=1019seconds


Could you please help in getting me the script that enables me to generate in this format.


Please advice
Thanks









-- modified at 12:14 Wednesday 11th July, 2007
AnswerRe: SQL script Pin
MidwestLimey11-Jul-07 7:06
professionalMidwestLimey11-Jul-07 7:06 
QuestionXML in c# Pin
Raymond_P*11-Jul-07 5:56
Raymond_P*11-Jul-07 5:56 
AnswerRe: XML in c# Pin
Jimmanuel11-Jul-07 6:20
Jimmanuel11-Jul-07 6:20 
GeneralRe: XML in c# Pin
Raymond_P*11-Jul-07 6:43
Raymond_P*11-Jul-07 6:43 
QuestionArrays Pin
sinji_solanki11-Jul-07 5:23
sinji_solanki11-Jul-07 5:23 
AnswerRe: Arrays Pin
Guffa11-Jul-07 5:28
Guffa11-Jul-07 5:28 
AnswerRe: Arrays Pin
Colin Angus Mackay11-Jul-07 5:28
Colin Angus Mackay11-Jul-07 5:28 
AnswerStop it! Pin
Martin#11-Jul-07 5:33
Martin#11-Jul-07 5:33 
AnswerRe: Arrays Pin
Luc Pattyn11-Jul-07 5:53
sitebuilderLuc Pattyn11-Jul-07 5:53 
AnswerRe: Arrays Pin
snorkie11-Jul-07 7:27
professionalsnorkie11-Jul-07 7:27 
Question[Message Deleted] Pin
sinji_solanki11-Jul-07 5:22
sinji_solanki11-Jul-07 5:22 
AnswerRe: c# Pin
Guffa11-Jul-07 5:26
Guffa11-Jul-07 5:26 
GeneralRe: c# Pin
Colin Angus Mackay11-Jul-07 5:27
Colin Angus Mackay11-Jul-07 5:27 
GeneralRe: c# Pin
Guffa11-Jul-07 5:29
Guffa11-Jul-07 5:29 
AnswerRe: c# Pin
Colin Angus Mackay11-Jul-07 5:27
Colin Angus Mackay11-Jul-07 5:27 
AnswerRe: c# Pin
PhilDanger11-Jul-07 5:30
PhilDanger11-Jul-07 5:30 
GeneralRe: c# Pin
Leslie Sanford11-Jul-07 5:32
Leslie Sanford11-Jul-07 5:32 

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.