Help for this page

Select Code to Download


  1. or download this
    my $sql = "select blargh from foo where bar = '".$bar_value."'";
    my $bar_value = param('bar');
    my $sth = $dbh->prepare($sql);
    
  2. or download this
    "somevalue'
    union
    ...
    (select field
    from some_other_really big table)
    and bar = 'somevalue"