Click here to Skip to main content
15,902,028 members
Home / Discussions / Database
   

Database

 
GeneralRe: Remote Microsoft Access Pin
Rob Graham19-Jul-06 10:16
Rob Graham19-Jul-06 10:16 
AnswerRe: Remote Microsoft Access Pin
S Douglas23-Jul-06 21:10
professionalS Douglas23-Jul-06 21:10 
Questionhow to call stored procedure from a report? Pin
cellardoor071617-Jul-06 21:40
cellardoor071617-Jul-06 21:40 
AnswerRe: how to call stored procedure from a report? Pin
Colin Angus Mackay17-Jul-06 22:14
Colin Angus Mackay17-Jul-06 22:14 
GeneralRe: how to call stored procedure from a report? Pin
Frank Kerrigan17-Jul-06 22:21
Frank Kerrigan17-Jul-06 22:21 
GeneralRe: how to call stored procedure from a report? Pin
Colin Angus Mackay17-Jul-06 22:26
Colin Angus Mackay17-Jul-06 22:26 
AnswerRe: how to call stored procedure from a report? Pin
Reza Raad18-Jul-06 0:31
Reza Raad18-Jul-06 0:31 
QuestionSELECT COUNT for individual rows Pin
Nino_117-Jul-06 10:38
Nino_117-Jul-06 10:38 
Hi,

I'm trying to select the COUNT for individual rows within T-SQL while performing a join as follows:

select count(a.officer as officer, e.open_date as opened, e.close_date as closed, j.can_date as cancelled) from 
escrow e inner join a10 a on e.escrow = a.escrow inner join e120 j on e.escrow = j.escrow group by a.officer, close_date, open_date, j.can_date


Getting the following error while atempting this query:

Server: Msg 170, Level 15, State 1, Line 3
Line 3: Incorrect syntax near ','.

Is this possible in T-SQL

Thanks,



Nino
AnswerThe rows are the same? Pin
Ennis Ray Lynch, Jr.17-Jul-06 10:45
Ennis Ray Lynch, Jr.17-Jul-06 10:45 
GeneralActually try Pin
Ennis Ray Lynch, Jr.17-Jul-06 10:47
Ennis Ray Lynch, Jr.17-Jul-06 10:47 
GeneralRe: Actually try Pin
Nino_117-Jul-06 11:02
Nino_117-Jul-06 11:02 
GeneralRe: Actually try Pin
Colin Angus Mackay17-Jul-06 11:56
Colin Angus Mackay17-Jul-06 11:56 
GeneralRe: Actually try Pin
Nino_117-Jul-06 12:10
Nino_117-Jul-06 12:10 
GeneralRe: Actually try Pin
Colin Angus Mackay17-Jul-06 20:41
Colin Angus Mackay17-Jul-06 20:41 
QuestionHow to Rollover a Table Pin
Robert M Greene17-Jul-06 9:49
Robert M Greene17-Jul-06 9:49 
AnswerA combined approach Pin
Ennis Ray Lynch, Jr.17-Jul-06 10:48
Ennis Ray Lynch, Jr.17-Jul-06 10:48 
GeneralRe: A combined approach Pin
Frank Kerrigan18-Jul-06 2:05
Frank Kerrigan18-Jul-06 2:05 
GeneralHold on there skippy Pin
Ennis Ray Lynch, Jr.18-Jul-06 2:40
Ennis Ray Lynch, Jr.18-Jul-06 2:40 
GeneralRe: Hold on there skippy Pin
Robert M Greene18-Jul-06 3:02
Robert M Greene18-Jul-06 3:02 
GeneralRe: Hold on there skippy [modified] Pin
Frank Kerrigan18-Jul-06 3:54
Frank Kerrigan18-Jul-06 3:54 
GeneralRe: Hold on there skippy Pin
Frank Kerrigan18-Jul-06 3:55
Frank Kerrigan18-Jul-06 3:55 
GeneralRe: A combined approach Pin
S Douglas23-Jul-06 21:17
professionalS Douglas23-Jul-06 21:17 
QuestionDataSet WriteXml -> ReadXml loses NULL values Pin
Ashley van Gerven17-Jul-06 2:24
Ashley van Gerven17-Jul-06 2:24 
AnswerRe: DataSet WriteXml -> ReadXml loses NULL values Pin
Ennis Ray Lynch, Jr.17-Jul-06 3:22
Ennis Ray Lynch, Jr.17-Jul-06 3:22 
GeneralRe: DataSet WriteXml -> ReadXml loses NULL values Pin
Ashley van Gerven17-Jul-06 3:43
Ashley van Gerven17-Jul-06 3:43 

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.