摘要: Mysql 事务 一些基本命令 数据库进来: mysql -u root -p 显示表的内容 desc <表名> 显示表的字段的命令:show tables from <表名> show create table <表名>: 显示里面都有什么 select count(*) (count (1)也可 阅读全文
posted @ 2022-04-23 09:35 Fancele 阅读(41) 评论(0) 推荐(0)