MySQL Forums
Forum List  »  Newbie

Re: can anyone tell me whats wrong with this statement
Posted by: Brian Culler
Date: May 18, 2005 05:57PM

sorry actually that line should read

WHERE f1.threadID=0 AND f3.date > (SELECT MAX(date) FROM hittracker WHERE user='$CURRENTUSER' AND objectID=f1.ID AND shard='forum')

just moved the begin parenthesis to in front of the select. however that does not work eitehr, i get the same error.

Options: ReplyQuote


Subject
Written By
Posted
Re: can anyone tell me whats wrong with this statement
May 18, 2005 05:57PM


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.