Need Help to build mysql query as described following The 2019 Stack Overflow Developer Survey...

How to notate time signature switching consistently every measure

What to do when moving next to a bird sanctuary with a loosely-domesticated cat?

Loose spokes after only a few rides

How do you keep chess fun when your opponent constantly beats you?

Why can I use a list index as an indexing variable in a for loop?

Short story: man watches girlfriend's spaceship entering a 'black hole' (?) forever

Match Roman Numerals

What is the motivation for a law requiring 2 parties to consent for recording a conversation

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Ubuntu Server install with full GUI

Mathematics of imaging the black hole

Can an undergraduate be advised by a professor who is very far away?

Button changing its text & action. Good or terrible?

Is bread bad for ducks?

Correct punctuation for showing a character's confusion

Why doesn't UInt have a toDouble()?

Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past

If climate change impact can be observed in nature, has that had any effect on rural, i.e. farming community, perception of the scientific consensus?

Pokemon Turn Based battle (Python)

Finding the area between two curves with Integrate

Can withdrawing asylum be illegal?

Keeping a retro style to sci-fi spaceships?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?



Need Help to build mysql query as described following



The 2019 Stack Overflow Developer Survey Results Are In





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I have subcrition plan Like, Monthly,Quarterly,Annualy. Every plan have different Level Like, Gold, Silver, Bronze,Platinum, Diamond. All this stored in tbl_subcrition. I am trying to select all data in single quiry with bunch of plan



Like monthly = {
level_id="Gold",
level_id= "Silver",
level_id="Bronze",
level_id="Platinum",
level_id="Diamond"
}

Quarterly = {
level_id="Gold",
level_id= "Silver",
level_id="Bronze",
level_id="Platinum",
level_id="Diamond"
}

Annualy = {
level_id="Gold",
level_id= "Silver",
level_id="Bronze",
level_id="Platinum",
level_id="Diamond"
}



I think This can achive by different queries(single query for every plan) But i want this output in single query with different plan and every plan have its Levele.



Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Monthly"



Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Quarterly"



Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Annualy".



Please suggest.









share







New contributor




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



























    0















    I have subcrition plan Like, Monthly,Quarterly,Annualy. Every plan have different Level Like, Gold, Silver, Bronze,Platinum, Diamond. All this stored in tbl_subcrition. I am trying to select all data in single quiry with bunch of plan



    Like monthly = {
    level_id="Gold",
    level_id= "Silver",
    level_id="Bronze",
    level_id="Platinum",
    level_id="Diamond"
    }

    Quarterly = {
    level_id="Gold",
    level_id= "Silver",
    level_id="Bronze",
    level_id="Platinum",
    level_id="Diamond"
    }

    Annualy = {
    level_id="Gold",
    level_id= "Silver",
    level_id="Bronze",
    level_id="Platinum",
    level_id="Diamond"
    }



    I think This can achive by different queries(single query for every plan) But i want this output in single query with different plan and every plan have its Levele.



    Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Monthly"



    Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Quarterly"



    Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Annualy".



    Please suggest.









    share







    New contributor




    Narayan Gholap 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 have subcrition plan Like, Monthly,Quarterly,Annualy. Every plan have different Level Like, Gold, Silver, Bronze,Platinum, Diamond. All this stored in tbl_subcrition. I am trying to select all data in single quiry with bunch of plan



      Like monthly = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }

      Quarterly = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }

      Annualy = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }



      I think This can achive by different queries(single query for every plan) But i want this output in single query with different plan and every plan have its Levele.



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Monthly"



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Quarterly"



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Annualy".



      Please suggest.









      share







      New contributor




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












      I have subcrition plan Like, Monthly,Quarterly,Annualy. Every plan have different Level Like, Gold, Silver, Bronze,Platinum, Diamond. All this stored in tbl_subcrition. I am trying to select all data in single quiry with bunch of plan



      Like monthly = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }

      Quarterly = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }

      Annualy = {
      level_id="Gold",
      level_id= "Silver",
      level_id="Bronze",
      level_id="Platinum",
      level_id="Diamond"
      }



      I think This can achive by different queries(single query for every plan) But i want this output in single query with different plan and every plan have its Levele.



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Monthly"



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Quarterly"



      Select level_typ,level_id,plan From tbl_subscription WHERE Where userID = myuser_id AND Status = "Active" AND plan_type = "Annualy".



      Please suggest.







      mysql





      share







      New contributor




      Narayan Gholap 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




      Narayan Gholap 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




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









      asked 2 mins ago









      Narayan GholapNarayan Gholap

      1




      1




      New contributor




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





      New contributor





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






      Narayan Gholap 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
          });


          }
          });






          Narayan Gholap 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%2f234628%2fneed-help-to-build-mysql-query-as-described-following%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








          Narayan Gholap is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Narayan Gholap is a new contributor. Be nice, and check out our Code of Conduct.













          Narayan Gholap is a new contributor. Be nice, and check out our Code of Conduct.












          Narayan Gholap 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%2f234628%2fneed-help-to-build-mysql-query-as-described-following%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

          ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

          Always On Availability groups resolving state after failover - Remote harden of transaction...

          Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...