MySQL Forums
Forum List  »  Quality Assurance

Re: Query Error
Posted by: Dario Rexin
Date: August 30, 2007 05:51AM

Error Message:

#1064 - You have an error in your SQL syntax near 'ON ( sidekicknews_news.kategorieID = sidekicknews_kategorie.id )
WHERE sidekick' at line 3

XAMPP:

Client API version 5.0.45

Webserver:

Client API version 3.23.58

table sidekicknews_kategorie:

id int(11) Primary Key auto_increment

name char(255)





table news

ID int(11) Primary Key auto_increment
name char(255)
mail char(255)
title char(255)
news text
timestamp int(11)
kategorieID int(11)
checked tinyint(4)

Options: ReplyQuote


Subject
Views
Written By
Posted
4820
August 30, 2007 03:57AM
2621
August 30, 2007 04:42AM
Re: Query Error
2611
August 30, 2007 05:51AM
2572
August 30, 2007 07:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.