Help for this page

Select Code to Download


  1. or download this
    #!?usr/bin/perl -w
    use DBI;
    ...
      $a_sth->execute();
    
    }
    
  2. or download this
    SQL ERROR: Bad table or column name 'INTO' is a SQL reserved word!
    
    ...
    DBD::AnyData::db prepare failed: SQL ERROR: Bad table or column name '
    +INTO' is a SQL reserved word!
    
     [for Statement "SELECT * INTO OUTFILE 0447.csv FROM cars WHERE pat = 
    +0447"] at finaltest.pl line 16.