如何用python在mysql上建立1億條數據

建表 首先在mysql的example庫上建立表userpython use example; create TABLE `user` ( `id` int(11) NOT NULL, `last_name` varchar(45) DEFAULT NULL, `first_name` varchar(45) DEFAULT NULL, `sex` set('M','F') DEFAULT NUL
相關文章
相關標籤/搜索