2020年12月21日
摘要: 首先创建一个person表: create TABLE `person`( `id` int not null auto_increment, `name` VARCHAR(255) , `age` int, PRIMARY key (`id`) ) 同时打开两个sql窗口 set autocomm 阅读全文
posted @ 2020-12-21 22:40 坚守梦想 阅读(2471) 评论(0) 推荐(0) 编辑