Help for this page

Select Code to Download


  1. or download this
    my $sql =<<'EOFSQL';
    SELECT LOWER(field_one) AS field_one, 
    ...
    WHERE
    field_one = ?
    EOFSQL