MySQL Forums
Forum List  »  Newbie

Syntax Differences Between V. 4.0.23-standard and V.4.1.10
Posted by: aidan mcquay
Date: April 13, 2005 12:19PM

Basically i'm having trouble getting this to run on V. 4.0.23-standard, it runs fine on V.4.1.10.

UPDATE leads SET keywordClicks = (
SELECT keywordClicks
FROM googleinfo
WHERE googleinfo.keyword = leads.refererKeyWords
)
WHERE EXISTS (

SELECT keyword
FROM googleinfo
WHERE googleinfo.keyword = leads.refererKeyWords
)

Is there any glaring syntac differences between the version, and if so is there a resource that documents them?

Thanks

Aidan

Options: ReplyQuote


Subject
Written By
Posted
Syntax Differences Between V. 4.0.23-standard and V.4.1.10
April 13, 2005 12:19PM


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.