Help for this page

Select Code to Download


  1. or download this
     my $csr = $dbh->sqlSelectMany("*", "company_contact_info", "region='S
    +an Diego'");
    
    ...
    {
      #row is now a single returned row that matched your query;
    }
    
  2. or download this
    SELECT * FROM company_contact_info WHERE REGION LIKE "%San Diego%"