Show difference between mySQL tables

What caused Doctor Strange to repent of his selfishness and become Earth's protector?

find command cannot find my files which do exist

Could Comets or Meteors be used to Combat Global Warming?

How does the income of your target audience matter for logo design?

1730 House how to make Ceiling Level

What is the correct interpretation of the Gambling Results table in Xanathar's Guide to Everything?

Portent, as it relates to the Gambling downtime rules from Xanathar's Guide to Everything

I hate taking lectures, can I still survive in academia?

How can I differentiate duration vs starting time

Short story in which aliens follow chain of increasingly ferocious/belligerent animals culminating with human child

How bad is a Computer Science course that doesn't teach Design Patterns?

Will linear voltage regulator step up current?

Coworker is trying to get me to sign his petition to run for office. How to decline politely?

How can changes in personality/values of a person who turned into a vampire be explained?

Buying a "Used" Router

How can I portray body horror and still be sensitive to people with disabilities?

What happens if you declare more than $10,000 at the US border?

How can I add more depth to my poem?

Why is Bernie Sanders maximum accepted donation on actblue $5600?

Found a major flaw in paper from home university – to which I would like to return

Does the kobold player race feature, Pack Tactics, give ranged attacks advantage?

Taking an academic pseudonym?

Boiling meatballs, how long?

How would "The dog is older than the child" be translated?



Show difference between mySQL tables














0















I want to display difference between tables...



Table 1:



+----+-------------+----------+
| id | campaign_id | nickname |
+----+-------------+----------+
| 1 | 55 | name1 |
+----+-------------+----------+
| 2 | 55 | name2 |
+----+-------------+----------+
| 3 | 55 | name3 |
+----+-------------+----------+
| 4 | 40 | name4 |
+----+-------------+----------+
| 5 | 40 | name1 |
+----+-------------+----------+


Table 2:



+----+---------+----------+
| id | book_id | nickname |
+----+---------+----------+
| 1 | 55 | name1 |
+----+---------+----------+
| 2 | 55 | name2 |
+----+---------+----------+


Expected result:



+----+-------+
| id | name |
+----+-------+
| 55 | name3 |
+----+-------+
| 40 | name4 |
+----+-------+
| 40 | name1 |
+----+-------+








share







New contributor




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

























    0















    I want to display difference between tables...



    Table 1:



    +----+-------------+----------+
    | id | campaign_id | nickname |
    +----+-------------+----------+
    | 1 | 55 | name1 |
    +----+-------------+----------+
    | 2 | 55 | name2 |
    +----+-------------+----------+
    | 3 | 55 | name3 |
    +----+-------------+----------+
    | 4 | 40 | name4 |
    +----+-------------+----------+
    | 5 | 40 | name1 |
    +----+-------------+----------+


    Table 2:



    +----+---------+----------+
    | id | book_id | nickname |
    +----+---------+----------+
    | 1 | 55 | name1 |
    +----+---------+----------+
    | 2 | 55 | name2 |
    +----+---------+----------+


    Expected result:



    +----+-------+
    | id | name |
    +----+-------+
    | 55 | name3 |
    +----+-------+
    | 40 | name4 |
    +----+-------+
    | 40 | name1 |
    +----+-------+








    share







    New contributor




    damnit 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 want to display difference between tables...



      Table 1:



      +----+-------------+----------+
      | id | campaign_id | nickname |
      +----+-------------+----------+
      | 1 | 55 | name1 |
      +----+-------------+----------+
      | 2 | 55 | name2 |
      +----+-------------+----------+
      | 3 | 55 | name3 |
      +----+-------------+----------+
      | 4 | 40 | name4 |
      +----+-------------+----------+
      | 5 | 40 | name1 |
      +----+-------------+----------+


      Table 2:



      +----+---------+----------+
      | id | book_id | nickname |
      +----+---------+----------+
      | 1 | 55 | name1 |
      +----+---------+----------+
      | 2 | 55 | name2 |
      +----+---------+----------+


      Expected result:



      +----+-------+
      | id | name |
      +----+-------+
      | 55 | name3 |
      +----+-------+
      | 40 | name4 |
      +----+-------+
      | 40 | name1 |
      +----+-------+








      share







      New contributor




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












      I want to display difference between tables...



      Table 1:



      +----+-------------+----------+
      | id | campaign_id | nickname |
      +----+-------------+----------+
      | 1 | 55 | name1 |
      +----+-------------+----------+
      | 2 | 55 | name2 |
      +----+-------------+----------+
      | 3 | 55 | name3 |
      +----+-------------+----------+
      | 4 | 40 | name4 |
      +----+-------------+----------+
      | 5 | 40 | name1 |
      +----+-------------+----------+


      Table 2:



      +----+---------+----------+
      | id | book_id | nickname |
      +----+---------+----------+
      | 1 | 55 | name1 |
      +----+---------+----------+
      | 2 | 55 | name2 |
      +----+---------+----------+


      Expected result:



      +----+-------+
      | id | name |
      +----+-------+
      | 55 | name3 |
      +----+-------+
      | 40 | name4 |
      +----+-------+
      | 40 | name1 |
      +----+-------+






      mysql





      share







      New contributor




      damnit 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




      damnit 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




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









      asked 3 mins ago









      damnitdamnit

      1




      1




      New contributor




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





      New contributor





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






      damnit 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
          });


          }
          });






          damnit 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%2f230330%2fshow-difference-between-mysql-tables%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








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










          draft saved

          draft discarded


















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













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












          damnit 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%2f230330%2fshow-difference-between-mysql-tables%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

          Parapolítica Índice Antecedentes El escándalo Proceso judicial Consecuencias Véase...

          How to remove border from elements in the last row?Targeting flex items on the last rowHow to vertically wrap...

          Tecnologías entrañables Índice Antecedentes Desarrollo Tecnologías Entrañables en la...