Help for this page

Select Code to Download


  1. or download this
    my $sqlstmt = <<SQL_A;   
        select count(col1) from table1 
        where col1 = ? and col2 = ? and col3 = ?
    SQL_A
    
  2. or download this
    my $sqlstmt = def_sql_a;
    
    ...
        where col1 = ? and col2 = ? and col3 = ?
    SQL_A
    }