随笔分类 -  数据库

mysql
摘要:use myblog; -- show tables -- 插入语句 -- insert into users(username,`password`,realname) values('遥远','123','ooo'); -- 查询users所有列 -- select *from users; -- 查询id username 列 -- select id, username from user 阅读全文
posted @ 2019-12-06 16:37 distant-遥远 阅读(223) 评论(0) 推荐(0)