摘要: 1、如何将 hellodb_innodb.sql导入到数据库中 create database hellodb; use hellodb; source /root/hellodb_innodb.sql; 2、在学生表中,查询年龄大于25岁,且为男性的同学的名字和年龄 select name,age 阅读全文
posted @ 2020-08-23 21:01 tyzh2020 阅读(102) 评论(0) 推荐(0) 编辑