俊
俊友
Unregistered / Unconfirmed
GUEST, unregistred user!
怎样求得一个表中某个字段的和数,并赋给一个变量?下面语名SeeSee?
qysql.Close;
qysql.SQL.Clear;
qysql.SQL.Add('Select Sum(s1) From tabel1');
qysql.Prepared;
qysql.ExecSQL;
qysql.Close;
qysql.SQL.Clear;
qysql.SQL.Add('Select Sum(s1) From tabel1');
qysql.Prepared;
qysql.ExecSQL;