sql server数据库。数据集参数中写select '${s_date}'
from table
group by '${s_date}'。报错,请问该操作是否可行,是我手法不对,还是根本不可行呢?
select 字段 from 表 group by 字段
不行
为什么不
select distinct 字段 from 表