MySQL Forums
Forum List  »  Newbie

Re: Help with calcluated columns
Posted by: Shay _Fox
Date: February 01, 2016 02:25PM

Peter Brawley Wrote:
-------------------------------------------------------
> Oh I see, it's just a query.
>
> MySQL does not speak in Access syntax
> (mercifully). You need to use MySQL syntax, eg
> ...
>
> iif() --> if()
> DateDiff() syntax differs in MySQL vs M$oft
> Surround names containing illegal chars eg spaces
> with backticks (`)
> Do not surround column names with '[]'
>
> You'll need to consult the MySQL manual.

you are right peter.

Options: ReplyQuote


Subject
Written By
Posted
February 01, 2016 12:05PM
Re: Help with calcluated columns
February 01, 2016 02:25PM


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.