sql("FRDemo","select sum(开台) from dp_锅炉房运行情况 where 日期= ",1)
where 日期= 如何能取值为今日日期? 函数该如何写
sql("FRDemo","select sum(开台) from dp_锅炉房运行情况 where 日期='"+format(today(),"yyyy-MM-dd")+"'",1)
TODAY() ?
sql("FRDemo","select sum(开台) from dp_锅炉房运行情况 where 日期='"+today()+"'",1)