Help for this page

Select Code to Download


  1. or download this
    DROP TABLE IF EXISTS test;
    
    ...
    );
    
    INSERT INTO test VALUES ('test', 0);
    
  2. or download this
    use warnings;
    use strict;
    ...
        );
        $sth->execute($interval);
    };