摘要: select symbol, "price.*" from stocks :使用正则表达式来指定列查询 select count(*), avg(salary) from emplyee: 聚合函数 select count(distinct col) from stocks:去重后的数目 嵌套查询 阅读全文