Click here to Skip to main content
15,914,387 members
Home / Discussions / Database
   

Database

 
AnswerTHE RULES Pin
leckey19-Jul-07 4:05
leckey19-Jul-07 4:05 
GeneralRe: THE RULES Pin
Paul Conrad19-Jul-07 8:04
professionalPaul Conrad19-Jul-07 8:04 
GeneralRe: THE RULES Pin
Vasudevan Deepak Kumar19-Jul-07 21:48
Vasudevan Deepak Kumar19-Jul-07 21:48 
AnswerRe: urgent plz Pin
Vasudevan Deepak Kumar19-Jul-07 21:46
Vasudevan Deepak Kumar19-Jul-07 21:46 
QuestionAccess / SQL Server 2000 Write Conflict error Pin
StyleGuide18-Jul-07 22:16
StyleGuide18-Jul-07 22:16 
AnswerRe: Access / SQL Server 2000 Write Conflict error Pin
StyleGuide18-Jul-07 22:51
StyleGuide18-Jul-07 22:51 
Questiongroup by issue Pin
Tauseef A18-Jul-07 21:51
Tauseef A18-Jul-07 21:51 
AnswerRe: group by issue Pin
andyharman18-Jul-07 23:00
professionalandyharman18-Jul-07 23:00 
You should be able to do something like:
select to_char(MyDateField, 'YYYY'), to_char(MyDateField, 'MM'), count(*)
from MyTable
group by to_char(MyDateField, 'YYYY'), to_char(MyDateField, 'MM')


If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

QuestionSQl SERVER 2000 Problem Pin
S.Rajeshwar18-Jul-07 21:30
S.Rajeshwar18-Jul-07 21:30 
AnswerRe: SQl SERVER 2000 Problem Pin
Krish - KP18-Jul-07 22:14
Krish - KP18-Jul-07 22:14 
AnswerRe: SQl SERVER 2000 Problem Pin
Mike Dimmick19-Jul-07 0:11
Mike Dimmick19-Jul-07 0:11 
GeneralRe: SQl SERVER 2000 Problem Pin
DQNOK19-Jul-07 3:22
professionalDQNOK19-Jul-07 3:22 
QuestionRe: SQL-Server 2000 fetch-time problem Pin
andyharman19-Jul-07 2:02
professionalandyharman19-Jul-07 2:02 
QuestionHow to copy existing database in same folder? Pin
help as an alias18-Jul-07 21:18
help as an alias18-Jul-07 21:18 
AnswerRe: How to copy existing database in same folder? Pin
originSH18-Jul-07 22:20
originSH18-Jul-07 22:20 
GeneralRe: How to copy existing database in same folder? Pin
help as an alias18-Jul-07 22:28
help as an alias18-Jul-07 22:28 
GeneralRe: How to copy existing database in same folder? Pin
originSH18-Jul-07 23:08
originSH18-Jul-07 23:08 
GeneralRe: How to copy existing database in same folder? Pin
help as an alias18-Jul-07 23:12
help as an alias18-Jul-07 23:12 
GeneralRe: How to copy existing database in same folder? Pin
help as an alias18-Jul-07 23:23
help as an alias18-Jul-07 23:23 
GeneralRe: How to copy existing database in same folder? Pin
originSH18-Jul-07 23:58
originSH18-Jul-07 23:58 
GeneralRe: How to copy existing database in same folder? Pin
help as an alias19-Jul-07 0:01
help as an alias19-Jul-07 0:01 
GeneralRe: How to copy existing database in same folder? Pin
Vasudevan Deepak Kumar19-Jul-07 21:52
Vasudevan Deepak Kumar19-Jul-07 21:52 
QuestionChange value of existing rows of an identity column Pin
Harini N K18-Jul-07 18:47
Harini N K18-Jul-07 18:47 
AnswerRe: Change value of existing rows of an identity column Pin
Mike Dimmick19-Jul-07 0:17
Mike Dimmick19-Jul-07 0:17 
QuestionHow to select another table instead of INNER JOIN multi-part identifier Pin
masyarial18-Jul-07 17:49
masyarial18-Jul-07 17:49 

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.