粒 粒粒小 Unregistered / Unconfirmed GUEST, unregistred user! 2006-06-11 #1 多次使用 Insert Into 时出现串行:没有按实际插入顺序排列
粒 粒粒小 Unregistered / Unconfirmed GUEST, unregistred user! 2006-06-11 #3 从一个表中多次不同条件到另一表中,结果顺序部分乱了 procedure TFamSQLset.AppendList(term:string); begin with pADOQE do begin close; SQL.Clear ; SQL.Add('Insert Into temp Select FieldList FROM tempo'+term); ExecSQL ; end ; end ;
从一个表中多次不同条件到另一表中,结果顺序部分乱了 procedure TFamSQLset.AppendList(term:string); begin with pADOQE do begin close; SQL.Clear ; SQL.Add('Insert Into temp Select FieldList FROM tempo'+term); ExecSQL ; end ; end ;