SUM CASE MARIADBMySQL optimization - year column grouping - using temporary table, filesortCASE Statement -...

Is my plan for fixing my water heater leak bad?

Is there a low-level alternative to Animate Objects?

How to avoid being sexist when trying to employ someone to function in a very sexist environment?

I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?

Which aircraft had such a luxurious-looking navigator's station?

How to speed up a process

Replacement ford fiesta radiator has extra hose

Whom do I have to contact for a ticket refund in case of denied boarding (in the EU)?

Sometimes a banana is just a banana

How to properly claim credit for peer review?

Logistics of a hovering watercraft in a fantasy setting

Must a tritone substitution use a dominant seventh chord?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Second-rate spelling

Equivalent to "source" in OpenBSD?

CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?

How to count words in a line

Hacker Rank: Array left rotation

Auto Insert date into Notepad

I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?

Why is working on the same position for more than 15 years not a red flag?

A "strange" unit radio astronomy

You'll find me clean when something is full

Do authors have to be politically correct in article-writing?



SUM CASE MARIADB


MySQL optimization - year column grouping - using temporary table, filesortCASE Statement - 1st case is being ignoredCase always returns null?mysql: counting number of tickets which are open per day basisMariaDB: Querying a timestamp partitionHow do I prevent multiple row insert?Rolling SUM with a 30 day rangesum of count in where clause (or having) in the same table with group byUse of null in case expressionTotals on multple case conditions - mySql













0















I am wanting to count the number of users (rows) who have messages.



users - table
message_count - shows how many messages



I am selecting user.message_count without any problem.



SELECT xf_user.message_count,


I then have



SUM(CASE WHEN user.message_count > 0 THEN 1 ELSE 0 END) AS usersWithMessages,


However I'm not getting anything for usersWithMessages



Any advice?









share







New contributor




SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    I am wanting to count the number of users (rows) who have messages.



    users - table
    message_count - shows how many messages



    I am selecting user.message_count without any problem.



    SELECT xf_user.message_count,


    I then have



    SUM(CASE WHEN user.message_count > 0 THEN 1 ELSE 0 END) AS usersWithMessages,


    However I'm not getting anything for usersWithMessages



    Any advice?









    share







    New contributor




    SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      I am wanting to count the number of users (rows) who have messages.



      users - table
      message_count - shows how many messages



      I am selecting user.message_count without any problem.



      SELECT xf_user.message_count,


      I then have



      SUM(CASE WHEN user.message_count > 0 THEN 1 ELSE 0 END) AS usersWithMessages,


      However I'm not getting anything for usersWithMessages



      Any advice?









      share







      New contributor




      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I am wanting to count the number of users (rows) who have messages.



      users - table
      message_count - shows how many messages



      I am selecting user.message_count without any problem.



      SELECT xf_user.message_count,


      I then have



      SUM(CASE WHEN user.message_count > 0 THEN 1 ELSE 0 END) AS usersWithMessages,


      However I'm not getting anything for usersWithMessages



      Any advice?







      mysql mariadb case sum





      share







      New contributor




      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 1 min ago









      SQL NoobSQL Noob

      1




      1




      New contributor




      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      SQL Noob is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "182"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          SQL Noob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f231304%2fsum-case-mariadb%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          SQL Noob is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          SQL Noob is a new contributor. Be nice, and check out our Code of Conduct.













          SQL Noob is a new contributor. Be nice, and check out our Code of Conduct.












          SQL Noob is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f231304%2fsum-case-mariadb%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

          Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

          How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...