n8w Posted March 3, 2006 Share Posted March 3, 2006 Hey can any one recommend a good mysql book? .. I want to learn about complex queries with all types of joins .. etcThanksn8w Quote Link to comment Share on other sites More sharing options...
wickning1 Posted March 3, 2006 Share Posted March 3, 2006 I've never needed any more than the online documentation, it's pretty extensive. I think the best way to internalize joins and subqueries is to practice a lot. You might try finding an old used textbook that has sets of problems to solve. Many of them will be Oracle based but it doesn't really matter all that much. Or you could hang around here and try to help people. :) Quote Link to comment Share on other sites More sharing options...
n8w Posted March 3, 2006 Author Share Posted March 3, 2006 [!--quoteo(post=351171:date=Mar 2 2006, 09:43 PM:name=wickning1)--][div class=\'quotetop\']QUOTE(wickning1 @ Mar 2 2006, 09:43 PM) [snapback]351171[/snapback][/div][div class=\'quotemain\'][!--quotec--]I've never needed any more than the online documentation, it's pretty extensive. I think the best way to internalize joins and subqueries is to practice a lot. You might try finding an old used textbook that has sets of problems to solve. Many of them will be Oracle based but it doesn't really matter all that much. Or you could hang around here and try to help people. :)[/quote]good idea .. I need to participate in the forums and help more .. good idea Quote Link to comment Share on other sites More sharing options...
fenway Posted March 3, 2006 Share Posted March 3, 2006 Agreed -- good books are hard to come by, though the manual lacks extensive and/or useful examples for many cases, including joins. AFAIK, the "best" way to deal with joins is to use them as much as often, and leave subqueries for when subqueries are absolutely required, not just convienient. It takes practice, and takes longer, and it's definitely not the way that other DBs work (since they had sub-queries a long time ago), but it's worth the effort, IMHO. Good luck. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.