howevermy $query = q{SELECT * FROM my_table WHERE ? LIKE ?};
will be valid, so long as your placeholder contains the appropriate like operator ie % or whatever is appropriate for your RDBMSmy $query = q{SELECT * FROM my_table WHERE my_field LIKE ?};
In reply to Re: Re: SQL Update Error
by Grygonos
in thread SQL Update Error
by Win
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |