Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dhesser

    Database Results Error

    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)...
  2. dhesser

    Database Results Error

    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...

Part and Inventory Search

Back
Top