my $query = q{SELECT * FROM my_table WHERE ? LIKE ?}; #### my $query = q{SELECT * FROM my_table WHERE my_field LIKE ?};