Hive综合应用案例-—-学生成绩查询.pdfVIP

  • 71
  • 0
  • 约5.07千字
  • 约 6页
  • 2021-11-30 发布于江苏
  • 举报
第 1 关:计算每个班的语文总成绩和数学总成绩 禁止修改 drop database if exists mydb cascade; 禁止修改 begin 创建 mydb 数据库 create database if not exists mydb; 使用 mydb 数据库 use mydb; ; 创建表 score create table if not exists score( name string comment 姓名, chinese string comment 语文成绩, maths string comment 数学成绩 ) r

文档评论(0)

1亿VIP精品文档

相关文档