Click here to Skip to main content
15,908,768 members
Home / Discussions / Database
   

Database

 
AnswerRe: Concatenate names from all all the rows to one column Pin
Rob Philpott30-Dec-08 1:14
Rob Philpott30-Dec-08 1:14 
GeneralRe: Concatenate names from all all the rows to one column Pin
member2730-Dec-08 1:18
member2730-Dec-08 1:18 
QuestionStored Proc & Web service Pin
vamsimohan2128-Dec-08 17:20
vamsimohan2128-Dec-08 17:20 
AnswerRe: Stored Proc & Web service Pin
Wendelius29-Dec-08 7:46
mentorWendelius29-Dec-08 7:46 
GeneralRe: Stored Proc & Web service Pin
Dave Kreskowiak30-Dec-08 15:23
mveDave Kreskowiak30-Dec-08 15:23 
GeneralRe: Stored Proc & Web service Pin
Wendelius30-Dec-08 19:37
mentorWendelius30-Dec-08 19:37 
AnswerRe: Stored Proc & Web service Pin
Vimalsoft(Pty) Ltd29-Dec-08 22:40
professionalVimalsoft(Pty) Ltd29-Dec-08 22:40 
QuestionHelp in creat this Sql Pin
Mangore7527-Dec-08 23:14
Mangore7527-Dec-08 23:14 
I have Table1 in Db Ms Access connection to VB2005
the Table has these columns A,B,C,D,F,G,H.. the typed of H is Date/time and the Typed of D is number and other columns is Text
I tried this Sql and it succeed with me.
Select Last( F),Last( G), SUM(D), A,B,C FROM Table1 Group by A, B, C 


I want to make modification on that sql by define that row not by Last, but by MAX(H), or Order By H DESC
it's mean if the Table like this:

A   :: B   :: C   :: D   :: F   :: G   :: H
xxx :: yyy :: zzz :: 111 :: fff :: ggg ::2 Dec 08
xxx :: yyy :: zzz :: 222 :: rrr :: sss :: 1 Dec 08
x99 :: y99 :: z99 :: 432 :: uuu :: vvv :: 3 Dec 08

the result will be like this
A  :: B    :: C   :: D   :: F   :: G 
xxx :: yyy :: zzz :: 333 :: fff :: ggg 
x99 :: y99 :: z99 :: 432 :: uuu :: vvv

AnswerRe: Help in creat this Sql Pin
Mycroft Holmes28-Dec-08 14:51
professionalMycroft Holmes28-Dec-08 14:51 
GeneralRe: Help in creat this Sql Pin
Mangore7529-Dec-08 5:27
Mangore7529-Dec-08 5:27 
QuestionHow to substring the following Pin
dabuskol27-Dec-08 19:47
dabuskol27-Dec-08 19:47 
AnswerRe: How to substring the following Pin
Wendelius27-Dec-08 22:00
mentorWendelius27-Dec-08 22:00 
AnswerRe: How to substring the following Pin
Khawar Abbas129-Dec-08 20:22
Khawar Abbas129-Dec-08 20:22 
QuestionOnly include the latest rows Pin
Tony Pottier27-Dec-08 9:48
Tony Pottier27-Dec-08 9:48 
AnswerRe: Only include the latest rows Pin
Wendelius27-Dec-08 10:01
mentorWendelius27-Dec-08 10:01 
GeneralRe: Only include the latest rows Pin
Tony Pottier27-Dec-08 10:29
Tony Pottier27-Dec-08 10:29 
GeneralRe: Only include the latest rows Pin
Wendelius27-Dec-08 10:37
mentorWendelius27-Dec-08 10:37 
GeneralRe: Only include the latest rows Pin
Tony Pottier27-Dec-08 10:48
Tony Pottier27-Dec-08 10:48 
GeneralRe: Only include the latest rows Pin
Wendelius27-Dec-08 11:01
mentorWendelius27-Dec-08 11:01 
Question[Message Deleted] Pin
hatan8627-Dec-08 9:44
hatan8627-Dec-08 9:44 
AnswerRe: MS Access Database update error help Pin
Wendelius27-Dec-08 9:50
mentorWendelius27-Dec-08 9:50 
GeneralRe: MS Access Database update error help Pin
hatan8627-Dec-08 10:19
hatan8627-Dec-08 10:19 
GeneralRe: MS Access Database update error help Pin
Wendelius27-Dec-08 10:27
mentorWendelius27-Dec-08 10:27 
QuestionI want to discuss about a web project.Can I? Pin
R111927-Dec-08 3:41
R111927-Dec-08 3:41 
AnswerRe: I want to discuss about a web project.Can I? Pin
Colin Angus Mackay27-Dec-08 10:36
Colin Angus Mackay27-Dec-08 10:36 

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.