Click here to Skip to main content
16,006,709 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to give right to other computer Pin
Reza Raad3-Aug-08 1:59
Reza Raad3-Aug-08 1:59 
Questionpivot table into anther table Pin
prithaa2-Aug-08 18:23
prithaa2-Aug-08 18:23 
AnswerRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 16:20
professionalMycroft Holmes3-Aug-08 16:20 
GeneralRe: pivot table into anther table Pin
prithaa3-Aug-08 19:29
prithaa3-Aug-08 19:29 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 19:37
professionalMycroft Holmes3-Aug-08 19:37 
GeneralRe: pivot table into anther table Pin
prithaa3-Aug-08 20:48
prithaa3-Aug-08 20:48 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes3-Aug-08 21:13
professionalMycroft Holmes3-Aug-08 21:13 
GeneralRe: pivot table into anther table Pin
prithaa4-Aug-08 0:49
prithaa4-Aug-08 0:49 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes4-Aug-08 0:56
professionalMycroft Holmes4-Aug-08 0:56 
GeneralRe: pivot table into anther table Pin
prithaa4-Aug-08 1:23
prithaa4-Aug-08 1:23 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes4-Aug-08 2:20
professionalMycroft Holmes4-Aug-08 2:20 
GeneralRe: pivot table into anther table Pin
prithaa4-Aug-08 6:07
prithaa4-Aug-08 6:07 
GeneralRe: pivot table into anther table Pin
Mycroft Holmes4-Aug-08 14:08
professionalMycroft Holmes4-Aug-08 14:08 
QuestionAdo AppendChunk() fucntion did not save data to oracle database Pin
yklim2-Aug-08 0:10
yklim2-Aug-08 0:10 
Questionconver a code to sql server2000 Pin
mehrnoosh1-Aug-08 20:08
mehrnoosh1-Aug-08 20:08 
QuestionQuery and sub query problem Pin
Rameez Raja1-Aug-08 19:03
Rameez Raja1-Aug-08 19:03 
AnswerRe: Query and sub query problem Pin
Mycroft Holmes3-Aug-08 16:30
professionalMycroft Holmes3-Aug-08 16:30 
Questionconfusion Pin
netJP12L1-Aug-08 5:29
netJP12L1-Aug-08 5:29 
QuestionHelp With Aggragate MAX Pin
Rafone1-Aug-08 3:02
Rafone1-Aug-08 3:02 
AnswerRe: Help With Aggragate MAX Pin
Syed Mehroz Alam1-Aug-08 3:23
Syed Mehroz Alam1-Aug-08 3:23 
AnswerRe: Help With Aggragate MAX Pin
SomeGuyThatIsMe1-Aug-08 5:00
SomeGuyThatIsMe1-Aug-08 5:00 
if you really want to do it that way you can do

SELECT TOP 1 MAX(value) as MyValue, UTCDateTime
FROM TableName
GROUP BY UTCDateTime

you have to have the top 1 otherwise you will get all of the max values for every dateTime, in descending order..

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: Help With Aggragate MAX Pin
Rafone1-Aug-08 8:59
Rafone1-Aug-08 8:59 
GeneralRe: Help With Aggragate MAX Pin
Blue_Boy1-Aug-08 12:10
Blue_Boy1-Aug-08 12:10 
AnswerRe: Help With Aggragate MAX .. THX to all I think I got it Pin
Rafone1-Aug-08 12:47
Rafone1-Aug-08 12:47 
QuestionHow to mapp three tables Pin
Exelioindia31-Jul-08 22:41
Exelioindia31-Jul-08 22:41 

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.