Click here to Skip to main content
15,887,596 members
Home / Discussions / Database
   

Database

 
GeneralRe: Filling a dataset not working Pin
Rocky#11-Feb-07 5:22
Rocky#11-Feb-07 5:22 
AnswerRe: Filling a dataset not working Pin
Sushant Duggal11-Feb-07 23:02
Sushant Duggal11-Feb-07 23:02 
Questiongrouping data in terms of time (weeks, months, year etc) Pin
Rocky#10-Feb-07 5:43
Rocky#10-Feb-07 5:43 
AnswerRe: grouping data in terms of time (weeks, months, year etc) Pin
Bassam Saoud10-Feb-07 5:49
Bassam Saoud10-Feb-07 5:49 
AnswerRe: grouping data in terms of time (weeks, months, year etc) Pin
M.H.1.2.310-Feb-07 6:24
M.H.1.2.310-Feb-07 6:24 
GeneralRe: grouping data in terms of time (weeks, months, year etc) Pin
Rocky#10-Feb-07 6:30
Rocky#10-Feb-07 6:30 
GeneralRe: grouping data in terms of time (weeks, months, year etc) Pin
Rocky#10-Feb-07 6:36
Rocky#10-Feb-07 6:36 
GeneralRe: grouping data in terms of time (weeks, months, year etc) Pin
M.H.1.2.310-Feb-07 11:50
M.H.1.2.310-Feb-07 11:50 
If you have it grouping correctly is the problem what is getting displayed?

I did a query like below on an example table and the grouping seems to be working and so does the display:

select count(1), max(dateName(month, invcDate)+', '+datename(year,invcDate))
from invc
group by dateName(month, invcnbr)+', '+datename(year,invcnbr)

I had to add the max around the month string since it wasn't an aggregate, but it displays and groups.
GeneralRe: grouping data in terms of time (weeks, months, year etc) Pin
Rocky#10-Feb-07 20:55
Rocky#10-Feb-07 20:55 
QuestionSQL Pattern Matching Pin
ug95rxp10-Feb-07 5:28
ug95rxp10-Feb-07 5:28 
AnswerRe: SQL Pattern Matching Pin
Krish - KP12-Feb-07 17:09
Krish - KP12-Feb-07 17:09 
Questionquery problem: specially for Colin [modified] Pin
Saira Tanwir10-Feb-07 2:55
Saira Tanwir10-Feb-07 2:55 
AnswerRe: query problem Pin
Colin Angus Mackay10-Feb-07 4:05
Colin Angus Mackay10-Feb-07 4:05 
GeneralRe: query problem Pin
Saira Tanwir10-Feb-07 4:15
Saira Tanwir10-Feb-07 4:15 
GeneralRe: query problem Pin
Colin Angus Mackay10-Feb-07 4:37
Colin Angus Mackay10-Feb-07 4:37 
GeneralRe: query problem Pin
Saira Tanwir10-Feb-07 5:07
Saira Tanwir10-Feb-07 5:07 
GeneralRe: query problem Pin
Colin Angus Mackay10-Feb-07 5:58
Colin Angus Mackay10-Feb-07 5:58 
GeneralRe: query problem Pin
Saira Tanwir11-Feb-07 6:31
Saira Tanwir11-Feb-07 6:31 
GeneralRe: query problem Pin
Colin Angus Mackay11-Feb-07 6:47
Colin Angus Mackay11-Feb-07 6:47 
GeneralRe: query problem Pin
Saira Tanwir11-Feb-07 6:55
Saira Tanwir11-Feb-07 6:55 
GeneralRe: query problem Pin
Colin Angus Mackay11-Feb-07 6:58
Colin Angus Mackay11-Feb-07 6:58 
GeneralRe: query problem Pin
Colin Angus Mackay11-Feb-07 6:56
Colin Angus Mackay11-Feb-07 6:56 
GeneralRe: query problem Pin
Saira Tanwir11-Feb-07 7:07
Saira Tanwir11-Feb-07 7:07 
GeneralRe: query problem Pin
Colin Angus Mackay11-Feb-07 7:10
Colin Angus Mackay11-Feb-07 7:10 
GeneralRe: query problem Pin
Saira Tanwir11-Feb-07 7:15
Saira Tanwir11-Feb-07 7:15 

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.