Update:
It appears it has nothing to do with the CASE statement but the use of GROUP BY and/or the aggregate SUM function. I've simplified the query to the following and still receive the error.
SELECT
p.plast as 'Player Last',
p.pfirst as 'Player First',
sum(s.pmin),
sum(s.Goals)...
I've got a Group By query set up as a view in MySQL. The query/view works fine when run from MySQL, but gives the following error when incorporated as a result set in a FrontPage web page I've published:
"Database Results Error
Description: Multiple-step operation generated errors. Check each...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.