Help for this page
my $condition = $oracle_connector->opts->condition; my @bind_values = (); ... my $sth = $db->prepare("SELECT COUNT(*) from CONNECTOR.$table$where"); $sth->execute( @bind_values ); # works as intended if @bind_values is + empty