Help for this page

Select Code to Download


  1. or download this
    mysql> show create table t1 ;
    +-------+--------------------------------------------+
    ...
      `b` int(11) default '10'
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 |
    +-------+-------------------------------------------+
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    $sth->execute(@a) ;
    
    $dbh->disconnect() ;
    
  3. or download this
    mysql> select * from t1 ;
    +------+------+
    ...
    |      | NULL |
    +------+------+
    1 row in set (0.00 sec)