MySQL Forums
Forum List  »  Newbie

Re: Error 1175 - I an trying to update a column in every record
Posted by: Rick James
Date: February 21, 2011 10:00AM

That can still be off by a day.

Possibly the CAST() function can avoid the 'safe updates' issue.

The cost for computing an expression in a SELECT is insignificant compared to fetching the rows. Caveat: It can be very costly in the WHERE clause because it can prevent use of indexes.

Options: ReplyQuote


Subject
Written By
Posted
Re: Error 1175 - I an trying to update a column in every record
February 21, 2011 10:00AM


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.