價格的數(shù)據(jù)類型
DDL扫外、DML、DCL
單表查詢
AS操作
IFNULL(expr 1, expr 2)
模糊查詢
明確但不連續(xù)的取值
having是分組篩選子句
'''
select
id, count(weight) as weight_count
from table
where class in ('數(shù)學','英語')
group by id
having weight_count > 20;
'''
sql語句中的書寫順序和執(zhí)行順序的區(qū)別:
UNION
對表的增加insert into
將select結(jié)果直接插入到表中
update操作
delete操作仇冯,對表進行刪除
創(chuàng)建表
復制表
視圖VIEW
固化邏輯
sql和hive