my $sql= "SELECT tb.num1, tb.num2 FROM MYTABLE tb WHERE tb.num1=? AND tb.num2=? "; $dbi->prepare($sql);