in reply to Prepared query not accepting || instruction at execution
Using placeholders, mysql is going to compare the field to the text provided for the placeholder. In your case, "('Y' || 'N')". Have you any rows in that table with that text in the workrelated field?
--- print map { my ($m)=1<<hex($_)&11?' ':''; $m.=substr('AHJPacehklnorstu',hex($_),1) } split //,'2fde0abe76c36c914586c';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Prepared query not accepting || instruction at execution
by jpfarmer (Pilgrim) on Dec 28, 2002 at 16:02 UTC | |
by CountZero (Bishop) on Dec 29, 2002 at 09:18 UTC |