mysql高级用法

1.建立视图sql CREATE TABLE `weather` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` char(24) DEFAULT NULL, `week` char(24) DEFAULT NULL, `img` char(128) DEFAULT NULL, `temperature` char(24) DEFA
相关文章
相关标签/搜索