Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Please post the code that you tried, the one that gives the syntax error, otherwise we can only guess. Commented Feb 28, 2013 at 1:53
  • SELECT * FROM eventasks WHERE etid =1 INNER JOIN Questions LIMIT 0 , 30 Commented Feb 28, 2013 at 1:54
  • Your inner join is invalid as it's not specifying a constraint to show how the join should work; see Madbreaks answer for details how to do this. Commented Feb 28, 2013 at 1:56