Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare( "SELECT COUNT(*) FROM workspace WHERE name = 
    +?");
    $sth->execute( $workspace );
    my ($count) = $sth->fetchrow_array();