count (原有列名) as 新列名 —> 返回符合条件的行数:即有多少条数据有原列名的列,就返回几;
给count出来的新列中的值添加前缀: count (’ 222- ', showType)
2.sum:
3.Group By:
- 语法:select 列名 from 表名;
- eg:查询 data_template_def_copy1 表中的 name 列;
- 