Click here to Skip to main content
15,896,063 members
Home / Discussions / Database
   

Database

 
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 
AnswerRe: How to mapp three tables Pin
Paul Conrad1-Aug-08 9:34
professionalPaul Conrad1-Aug-08 9:34 
QuestionKnow the Database version Pin
Sritanu _ Ghosh31-Jul-08 21:41
Sritanu _ Ghosh31-Jul-08 21:41 
AnswerRe: Know the Database version Pin
Vimalsoft(Pty) Ltd31-Jul-08 23:05
professionalVimalsoft(Pty) Ltd31-Jul-08 23:05 
QuestionRe: Know the Database version Pin
Sritanu _ Ghosh1-Aug-08 0:46
Sritanu _ Ghosh1-Aug-08 0:46 
AnswerRe: Know the Database version Pin
Vimalsoft(Pty) Ltd1-Aug-08 1:54
professionalVimalsoft(Pty) Ltd1-Aug-08 1:54 
GeneralRe: Know the Database version Pin
Syed Mehroz Alam1-Aug-08 3:31
Syed Mehroz Alam1-Aug-08 3:31 
GeneralRe: Know the Database version Pin
Vimalsoft(Pty) Ltd1-Aug-08 3:35
professionalVimalsoft(Pty) Ltd1-Aug-08 3:35 
AnswerRe: Know the Database version Pin
leoinfo1-Aug-08 6:46
leoinfo1-Aug-08 6:46 
Questioninitcap problem Pin
jhyn31-Jul-08 16:01
jhyn31-Jul-08 16:01 
QuestionTriggers Pin
ROC_Jnr31-Jul-08 10:03
ROC_Jnr31-Jul-08 10:03 
AnswerRe: Triggers Pin
Wendelius31-Jul-08 10:17
mentorWendelius31-Jul-08 10:17 
GeneralRe: Triggers Pin
nelsonpaixao1-Aug-08 13:49
nelsonpaixao1-Aug-08 13:49 
Question[Message Deleted] Pin
naveenxyz31-Jul-08 10:02
naveenxyz31-Jul-08 10:02 

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.