close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

MySQL vs MSSQL - having real problems with INNER JOIN

Thread began 1/08/2014 9:07 am by Nathon Jones Web Design | Last modified 1/09/2014 11:47 am by Nathon Jones Web Design | 3931 views | 8 replies

Jason ByrnesWebAssist

bear in mind that different join types return different results.

with an inner join, a result will only be returned if there is a match on both sides of the join predicate.

with the number of tables that you are joining, I'm going to bet that at least one of the join pairs is not making a match so is not returning a result.

to trouble shoot, change the select to:
SELECT *

then add one join at a time:
FROM LEDprods
INNER JOIN LEDcats ON LEDprods.LEDcatID = LEDcats.LEDcatID

test that then add the second:
FROM LEDprods
INNER JOIN LEDcats ON LEDprods.LEDcatID = LEDcats.LEDcatID
INNER JOIN LEDchips ON LEDprods.LEDchipsID = LEDchips.LEDchipsID


test again and so on.

once you stop getting a result revert to a simpler query with only the last join that you added.


your jumping in on the deep end with such a complex query. Get your feet wet with something simper first.


also look into a GUI SQL Tool such as Heidi SQL for building queries with a visual builder.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...