MySql Join versus Subquery and Having Primer Tutorial

Below we have some MySql (but it is very generic in its ideas … particularly if you get rid of the `s), using phpMyAdmin, showing a table Join versus the same functionality using a Subquery approach, then each of these with a Having clause, using a Drupal database.

SELECT u.`name` , n.`type` , count( * )
FROM `users` u, `node` n
WHERE u.`uid` = n.`uid`
GROUP BY u.`uid` , n.`type`
ORDER BY n.`uid`, n.`type`;

MySql Join versus Subquery and Having Primer Tutorial

MySql Join versus Subquery and Having Primer Tutorial

SELECT (
SELECT u.`name`
FROM `users` u
WHERE u.`uid` = n.`uid`
) AS OurName, n.`type` , count( * )
FROM `node` n
GROUP BY (
SELECT u.`name`
FROM `users` u
WHERE u.`uid` = n.`uid`
), n.`type`
ORDER BY n.`uid`, n.`type`;

MySql Join versus Subquery and Having Primer Tutorial

MySql Join versus Subquery and Having Primer Tutorial

SELECT u.`name` , n.`type` , count( * )
FROM `users` u, `node` n
WHERE u.`uid` = n.`uid`
GROUP BY u.`uid` , n.`type`
HAVING count( * ) > 1
ORDER BY n.`uid`, n.`type`;

MySql Join versus Subquery and Having Primer Tutorial

MySql Join versus Subquery and Having Primer Tutorial

SELECT (
SELECT u.`name`
FROM `users` u
WHERE u.`uid` = n.`uid`
) AS OurName, n.`type` , count( * )
FROM `node` n
GROUP BY (
SELECT u.`name`
FROM `users` u
WHERE u.`uid` = n.`uid`
), n.`type`
HAVING count( * ) > 1
ORDER BY n.`uid`, n.`type`;

MySql Join versus Subquery and Having Primer Tutorial

MySql Join versus Subquery and Having Primer Tutorial

If this was interesting you may be interested in this too.

This entry was posted in Database, eLearning, Tutorials and tagged , , , . Bookmark the permalink.

26 Responses to MySql Join versus Subquery and Having Primer Tutorial

  1. Hello there, just became alert to your blog by means of Google, and identified that it’s truly informative. I’m gonna watch out for brussels. I’ll be grateful when you continue this in future. A lot of individuals shall be benefited from your writing. Cheers!

  2. When someone writes an paragraph he/she retains the thought of a user in his/her mind that how a user can know it. Thus that’s why this piece of writing is great. Thanks!|

  3. I do consider all the ideas you have offered for your post. They are really convincing and will definitely work. Still, the posts are very brief for newbies. May you please lengthen them a bit from next time? Thank you for the post.|

  4. employ says:

    Appreciate the blog you presented.. yes, investigation is paying off. Recognize the value of the admission you offered.. Really advantageous outlook, many thanks for sharing with us..

  5. Tremendous things here. I am very glad to see your post. Thank you so much and I am having a look forward to contact you. Will you please drop me a mail?|

  6. Appealing says:

    I love the efforts you have put in this, appreciate it for all the great blog posts.

  7. soem web-sites that provide download games have viruses and spywares on it. so ensure to have some antivirus in your PC’

  8. Considerably, the story is in reality the greatest on this noteworthy subject. I agree together with your conclusions and will eagerly watch forward to your next updates. Saying good 1 will not just be sufficient, for the fantastic clarity in your writing. I will immediately grab your rss feed to stay privy of any updates!

  9. HOME ADVISOR says:

    I’m curious to find out what blog platform you are making use of? IÒ€ℒm having some minor security issues with my latest website and IÒ€ℒd like to uncover something more risk-free. Do you’ve got any solutions?

  10. Gorgeous says:

    My searches seem full.. thanks. Take pleasure in the blog you offered.. Particularly advantageous standpoint, thanks for posting.. I value you giving out your perspective..

  11. Zoom says:

    Is not it fantastic if you come across a good post? Take pleasure in the admission you given.. Liking the page.. thanks much Enjoy the entry you offered..

  12. Difference says:

    Actually helpful perspective, many thanks for sharing with us.. My web searches seem complete.. thank you. Is not it awesome any time you get a superb publish? Wonderful ideas you’ve got here..

  13. indeed, study is having to pay off. Really useful perception, thanks for posting.. My personal internet surfing seem full.. thanks. Wonderful views you have here..

  14. that guy says:

    Wonderful opinions you possess here.. Liking the contribution.. glad I found it I enjoy you posting your point of view.. Enjoy the post you supplied..

  15. This is a amazing internet page, could you be interested in doing an interview about just how you designed it? If so e-mail me!

  16. Joan Bari says:

    I loved as substantially as you can receive carried out proper here. The sketch is appealing, your authored material stylish. nevertheless, you command get purchased an edginess over that you just wish be delivering the following. unwell unquestionably come much more formerly once again given that precisely precisely the same virtually very frequently inside case you shield this hike. que es la gastritis

  17. star says:

    sure, study is having to pay off. Terrific views you possess here.. sure, investigation is having to pay off. yes, investigation is paying off.

  18. focus says:

    yes, investigation is paying off. yes, research is having to pay off. Supporting the page.. thanks a bunch I value you discussing your viewpoint..

  19. sense says:

    Enjoying the piece of writing.. bless you My personal web surfing seem full.. thank you. Value the entry you delivered.. of course, analysis is paying off.

  20. this link says:

    I enjoy you sharing with us your perspective.. Loving the thread.. many thanks Really valuable perspective, appreciate your writing.. My personal internet searching seem total.. thanks.

  21. I and my buddies came going through the nice information on your web blog then suddenly got a horrible suspicion I never thanked you for those techniques. The people appeared to be consequently stimulated to see all of them and have now without a doubt been loving them. Appreciate your simply being so considerate as well as for using variety of terrific subject areas millions of individuals are really desirous to be informed on. Our own honest regret for not saying thanks to you sooner.

  22. interest says:

    Appreciate the posting you furnished.. I appreciate you conveying your point of view.. yes, analysis is having to pay off. I value you stating your viewpoint..

  23. relate says:

    Honestly handy mindset, appreciate your blogging.. Enjoy the post you supplied.. Adoring the contribution.. thanks Good thought processes you possess here..

  24. whoah this weblog is great i love studying your articles. Keep up the great work! You know, lots of persons are searching around for this info, you can aid them greatly.

  25. Ludie Olecki says:

    I loved as much as you will receive carried out right here. The sketch is tasteful, your authored subject matter stylish. nonetheless, you command get got an impatience over that you wish be delivering the following. unwell unquestionably come more formerly again as exactly the same nearly a lot often inside case you shield this increase.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>