Hello,
I would like to set an alias to this Select-line, but it won’t work:
(SELECT SUM((rr.points) + (rr.result))
FROM roundresult rr
WHERE rr.contid = contestants.contid)
I have tried with and without AS and also with and without ‘ and “. Nothing seems to work.
I would like to order the results on this Select-line.
Can someone please help me?
Sincerely,
Sonrie
I would like to set an alias to this Select-line, but it won’t work:
(SELECT SUM((rr.points) + (rr.result))
FROM roundresult rr
WHERE rr.contid = contestants.contid)
I have tried with and without AS and also with and without ‘ and “. Nothing seems to work.
I would like to order the results on this Select-line.
Can someone please help me?
Sincerely,
Sonrie