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

Database

 
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 
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 
This seems to work....I jusk stumbling around until this happened.....

SELECT ActualValue, UTCDateTime
FROM dbo.tblActualValueFloat
WHERE (ActualValue = (SELECT MAX(ActualValue) AS Expr1
FROM dbo.tblActualValueFloat AS tblActualValueFloat_1
WHERE (PointSliceID = '782') AND (UTCDateTime - 0.167 > '5/1/2008')
AND (UTCDateTime - 0.167 < '6 / 1 / 2008'))) AND (PointSliceID = '782')
AND (UTCDateTime - 0.167 > '5 / 1 / 2008') AND (UTCDateTime - 0.167 < '6 / 1 / 2008')

I know there are some hard coded test variables but this seems to be working for now.
Thanks to all
meh
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 
AnswerRe: sql query Pin
Kschuler31-Jul-08 10:14
Kschuler31-Jul-08 10:14 
QuestionAnother IN clause Question Pin
MaxRelaxman31-Jul-08 5:14
MaxRelaxman31-Jul-08 5:14 
AnswerRe: Another IN clause Question Pin
PIEBALDconsult31-Jul-08 6:44
mvePIEBALDconsult31-Jul-08 6:44 

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.