Tags: perl5 DBI Oracle Ähnliche Threads
1 2
my $sth = $dbh->prepare( "SELECT * FROM $table WHERE REGEXP_LIKE( name, ?, 'i' )" ); $sth->execute( $pattern );
REGEXP_LIKE( name, ?, 'i' )