diff --git "a/\350\213\217\346\275\207/22020525-\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237.md" "b/\350\213\217\346\275\207/22020525-\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237.md" new file mode 100644 index 0000000000000000000000000000000000000000..46d82f4536b8c9b3262502e77f49ee0bb381235a --- /dev/null +++ "b/\350\213\217\346\275\207/22020525-\345\255\246\347\224\237\347\256\241\347\220\206\347\263\273\347\273\237.md" @@ -0,0 +1,263 @@ +# 作业 + +mysql + +```mysql +create table user( + id int primary key auto_increment, + name varchar(30) not null, + age int not null, + address varchar(200) not null +); +``` + +连接 + +```php + + + +
+编号 | +姓名 | +年龄 | +籍贯 | +管理 | +
---|---|---|---|---|
+ | + | + | + | 修改 | + 删除 | +