56,803
社区成员




mysql> crEATE TABLE `jtaq_jtshg_bgd_2` (
-> `BID` int(11) NOT NULL COMMENT '序号',
-> `ShJ` datetime NOT NULL COMMENT '时间')
-> ;
Query OK, 0 rows affected (0.31 sec)
mysql> Insert into jtaq_jtshg_bgd_2(BID,ShJ) values(46,'2010-10-01 08:00');
Query OK, 1 row affected (0.11 sec)
mysql> select version();
+----------------------+
| version() |
+----------------------+
| 5.1.45-community-log |
+----------------------+
1 row in set (0.00 sec)
mysql>