Help for this page

Select Code to Download


  1. or download this
    my @tagList=('red','black');
    my $sql="SELECT table FROM tags WHERE tag IN (@{[join(', ', ('?') x @t
    +agList)]})";
    print $sql,"\n";
    
  2. or download this
    SELECT table FROM tags WHERE tag IN (?, ?)