MySQL使用中遇到的问题及平常操做累积(持续更新)

【20151012】TIMESTAMP列字段说明 create table test( aaa char(32), createtime TIMESTAMP ); show create table test; CREATE TABLE `test` ( `aaa` char(32) COLLATE latin1_bin DEFAULT NULL, `createtime` timestamp N
相关文章
相关标签/搜索