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

Database

 
GeneralRe: sql server express installation Pin
εїзεїзεїз16-Feb-10 6:58
εїзεїзεїз16-Feb-10 6:58 
GeneralRe: sql server express installation Pin
Not Active16-Feb-10 7:10
mentorNot Active16-Feb-10 7:10 
AnswerRe: sql server express installation Pin
εїзεїзεїз16-Feb-10 1:40
εїзεїзεїз16-Feb-10 1:40 
Questionexercize database schema: need advice Pin
mbrownphysics14-Feb-10 14:04
mbrownphysics14-Feb-10 14:04 
QuestionOrderBy Dilema Pin
danyDude14-Feb-10 11:53
danyDude14-Feb-10 11:53 
AnswerRe: OrderBy Dilema Pin
loyal ginger14-Feb-10 14:43
loyal ginger14-Feb-10 14:43 
GeneralRe: OrderBy Dilema Pin
danyDude14-Feb-10 15:46
danyDude14-Feb-10 15:46 
GeneralRe: OrderBy Dilema Pin
loyal ginger16-Feb-10 3:50
loyal ginger16-Feb-10 3:50 
OK. I did not have access to much resources when I answered your question. I assumed that you had problems with your original queries. However, here I have access to my environment, and I tested your query
SELECT Code, SUM(QualityData.NrOfDefects) AS Defects
FROM QualityData
GROUP BY Code
ORDER BY SUM(QualityData.NrOfDefects);

It works with no problem. It works with no problem if I use
ORDER BY Defects

So just ignore my "solution". There must be something else in your problem.
My test environment is MySQL version 5.
GeneralRe: OrderBy Dilema Pin
danyDude17-Feb-10 20:56
danyDude17-Feb-10 20:56 
AnswerRe: OrderBy Dilema Pin
i.j.russell14-Feb-10 22:11
i.j.russell14-Feb-10 22:11 
QuestionMusic Database?? Pin
AmbiguousName12-Feb-10 23:35
AmbiguousName12-Feb-10 23:35 
AnswerRe: Music Database?? Pin
Andy_L_J13-Feb-10 0:10
Andy_L_J13-Feb-10 0:10 
GeneralRe: Music Database?? Pin
AmbiguousName13-Feb-10 1:05
AmbiguousName13-Feb-10 1:05 
GeneralRe: Music Database?? Pin
Richard MacCutchan13-Feb-10 2:20
mveRichard MacCutchan13-Feb-10 2:20 
GeneralRe: Music Database?? [modified] Pin
Andy_L_J13-Feb-10 9:34
Andy_L_J13-Feb-10 9:34 
GeneralRe: Music Database?? Pin
thatraja13-Feb-10 17:40
professionalthatraja13-Feb-10 17:40 
GeneralRe: Music Database?? Pin
AmbiguousName13-Feb-10 20:41
AmbiguousName13-Feb-10 20:41 
GeneralRe: Music Database?? Pin
Andy_L_J13-Feb-10 20:50
Andy_L_J13-Feb-10 20:50 
AnswerRe: Music Database?? Pin
dan!sh 13-Feb-10 2:32
professional dan!sh 13-Feb-10 2:32 
Questionsearch on xml field in table of sql server? Pin
Tridip Bhattacharjee11-Feb-10 21:38
professionalTridip Bhattacharjee11-Feb-10 21:38 
AnswerRe: search on xml field in table of sql server? Pin
Pranay Rana12-Feb-10 1:35
professionalPranay Rana12-Feb-10 1:35 
AnswerRe: search on xml field in table of sql server? Pin
Eddy Vluggen12-Feb-10 1:37
professionalEddy Vluggen12-Feb-10 1:37 
QuestionBest Approach - Crystal To Excel Pin
bdaoust11-Feb-10 12:20
bdaoust11-Feb-10 12:20 
AnswerRe: Best Approach - Crystal To Excel Pin
Mycroft Holmes11-Feb-10 15:15
professionalMycroft Holmes11-Feb-10 15:15 
QuestionError establishing a relation in access database through sql statement Pin
A&Ms11-Feb-10 9:19
A&Ms11-Feb-10 9:19 

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.