or download this
$queryHandle = $dbshop->prepare(" SELECT * FROM Department WHERE ( Ext
+ = '$copy_text' OR Mobile = '$copy_text' OR [E-Mail] = '$copy_text'
+OR [Full Name] = '$copy_text' OR [Direct Number] = '$copy_text' ) ");
$queryHandle->execute()
or die $DBI::errstr;