Z
zyxseven
Unregistered / Unconfirmed
GUEST, unregistred user!
Paradox表中
with DataMod.qryInto do
begin
Close;
SQL.Clear;
str:='Insert Into tsstas Select szCatg,szCalling,zdate,count(*) szBUsers,sum(bb) szBSum,Sum(c) SzBDuration from "byjtts.sql" group by szCalling,szCatg,zdate';
SQL.Text:=str;
ExecSql;
end;
提示错误'type mismatch in expression'
这段代码语法那里错了
with DataMod.qryInto do
begin
Close;
SQL.Clear;
str:='Insert Into tsstas Select szCatg,szCalling,zdate,count(*) szBUsers,sum(bb) szBSum,Sum(c) SzBDuration from "byjtts.sql" group by szCalling,szCatg,zdate';
SQL.Text:=str;
ExecSql;
end;
提示错误'type mismatch in expression'
这段代码语法那里错了