MySQL Forums
Forum List  »  Newbie

Re: Unknown column in 'where' clause
Posted by: Dorky Guy
Date: June 03, 2012 12:59PM

Even curioser: removing the quote from the flag_disabled value works:

...WHERE flag_disabled = 0

whether executed directly or as part of a redefined procedure. Obviously some on-the-fly type-casting is happening. The datatype of flag_disabled is still CHAR. That still doesn't solve my problem, since other procedures rely on quoted strings as passed parameters.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unknown column in 'where' clause
June 03, 2012 12:59PM


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.