Click here to Skip to main content
15,888,461 members
Home / Discussions / Database
   

Database

 
AnswerRe: Stored Proc Pin
Colin Angus Mackay18-Jun-07 9:22
Colin Angus Mackay18-Jun-07 9:22 
GeneralRe: Stored Proc Pin
seemamltn18-Jun-07 9:43
seemamltn18-Jun-07 9:43 
GeneralRe: Stored Proc Pin
Colin Angus Mackay18-Jun-07 13:10
Colin Angus Mackay18-Jun-07 13:10 
QuestionSet Time Part Of DateTime Pin
Polymorpher18-Jun-07 7:41
Polymorpher18-Jun-07 7:41 
QuestionCDATA Sections in For XML query Pin
GaryWoodfine 18-Jun-07 6:28
professionalGaryWoodfine 18-Jun-07 6:28 
QuestionDatabase documentation tool recommendations? Pin
Max Stayner18-Jun-07 4:55
Max Stayner18-Jun-07 4:55 
QuestionQuery sql datatype Sql server 2005 [modified] Pin
Chazzysb18-Jun-07 4:31
Chazzysb18-Jun-07 4:31 
QuestionGet Value Pin
Navneet Hegde18-Jun-07 0:24
Navneet Hegde18-Jun-07 0:24 
Hi All,

I have Table with Columns

DataID EntryDate DataValue
1 21/2/2007 25
2 22/2/2007 35
3 23/2/2007 65
4 24/2/2007 15

Now I want an extra Column which is max value of that day and it's previous day

DataID EntryDate DataValue NewColumn
1 21/2/2007 25 25
2 22/2/2007 35 35
3 23/2/2007 65 65
4 24/2/2007 15 65


How can I get the Dataset In such manner.
Though i can Process the data in coding
But Can I query database to get such Dataset output

Thanks And Wishes
Navneet Hegde
Nashik(City Of Pilgrimage)



Develop2Program & Program2Develop

AnswerRe: Get Value Pin
Sylvester george18-Jun-07 1:07
Sylvester george18-Jun-07 1:07 
GeneralRe: Get Value Pin
Navneet Hegde18-Jun-07 1:21
Navneet Hegde18-Jun-07 1:21 
GeneralRe: Get Value Pin
Sylvester george18-Jun-07 1:52
Sylvester george18-Jun-07 1:52 
GeneralRe: Get Value Pin
Navneet Hegde19-Jun-07 3:58
Navneet Hegde19-Jun-07 3:58 
QuestionCreating a table Pin
John.L.Ponratnam17-Jun-07 23:46
John.L.Ponratnam17-Jun-07 23:46 
AnswerRe: Creating a table Pin
Pete O'Hanlon18-Jun-07 0:01
mvePete O'Hanlon18-Jun-07 0:01 
AnswerRe: Creating a table Pin
Aaron VanWieren20-Jun-07 5:00
Aaron VanWieren20-Jun-07 5:00 
Questionsql Server 2000 Change table datas to another table Pin
kankeyan17-Jun-07 23:35
kankeyan17-Jun-07 23:35 
AnswerRe: sql Server 2000 Change table datas to another table Pin
Colin Angus Mackay17-Jun-07 23:41
Colin Angus Mackay17-Jun-07 23:41 
Generalthank u Pin
kankeyan17-Jun-07 23:49
kankeyan17-Jun-07 23:49 
Questionblob Pin
WhiteGirl2317-Jun-07 22:41
WhiteGirl2317-Jun-07 22:41 
AnswerRe: blob Pin
Colin Angus Mackay17-Jun-07 23:11
Colin Angus Mackay17-Jun-07 23:11 
QuestionDAAB January 2006 @ReturnValue Confusion Pin
Brendan Vogt17-Jun-07 9:52
Brendan Vogt17-Jun-07 9:52 
AnswerRe: DAAB January 2006 @ReturnValue Confusion Pin
sam#17-Jun-07 21:59
sam#17-Jun-07 21:59 
AnswerRe: DAAB January 2006 @ReturnValue Confusion Pin
Mike Dimmick18-Jun-07 5:28
Mike Dimmick18-Jun-07 5:28 
QuestionHow to get a better way to retrieve data from database? Pin
davidlks17-Jun-07 0:52
davidlks17-Jun-07 0:52 
AnswerRe: How to get a better way to retrieve data from database? Pin
sam#17-Jun-07 21:53
sam#17-Jun-07 21:53 

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.