摘要: 1 2 点击查看sql代码 create database kob; use kob; create table user(id int,username varchar(100),password varchar(100)); mysql> show tables; + + | Tables_in 阅读全文
posted @ 2023-12-04 20:45 E/Y/E 阅读(31) 评论(0) 推荐(0)