查询的问题 哥们呀来看看 ( 积分: 0 )

  • 主题发起人 主题发起人 pipiws
  • 开始时间 开始时间
P

pipiws

Unregistered / Unconfirmed
GUEST, unregistred user!
//计算一天的时间段的总的收入的问题
close;
sql.Clear;
jiner.Text:=inttostr(SQL.Add('select sum(停车计费) from 计费表 where (出库时间>:s1) and(出库时间 <:s2) and (出库日期=:s3)'));
//怎么会老是计算为0呀
Parameters.ParamByName('s1').Value:=shangban.text;
Parameters.ParamByName('s2').Value:=xiaban.text;
Parameters.ParamByName('s3').Value:=date;
open;
 
是一个查询计费的问题,是今天的时间段的总的收入的问题
 

Similar threads

后退
顶部