MySQL Forums
Forum List  »  General

Re: How can I get a sum from specific fields in where clause?
Posted by: Peter Brawley
Date: April 08, 2022 02:36PM

> OK, I'll see if I can figure out a way to write a temp table for it.

Or, in MySQL 8, a Common Table Expression. So let's see the spec for sum(`answer`)

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.