love军

随笔分类 -  数据库

相关笔记
数据库操作
摘要:--创建数据库 create table student ( `id` int(32) unsigned auto_increment, `username` varchar(20) not null, `address` varchar(40) default 'null', `create_da 阅读全文

posted @ 2020-12-31 14:29 love军