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