发表于: 2018-03-09 23:22:22
1 520
今天完成的事:
学习了mysql 生成数据包插入了数据
INSERT INTO applicant_tbl (user_name,qq_number,major,enroll_time,graduted_school,online_id,daily_link,aspiration,instructor,where_from,study_term,create_time)
VALUES
('王连喜','381144235','JAVA工程师','2017年1月6日','保定学院','JAVA-2871','http://www.jnshu.com/daily/45199?dailyType=others&total=37&page=1&cid=661&sort=0&orderBy=3','陷阵之志','雍金卫','知乎','30',UNIX_TIMESTAMP());
评论