我正在尝试像这样进行多语句查询://withoutthesecondinsertthequeryworksfine.//ineed2querystoworkbecauselater,i'lldoinsertsondifferentkindoftables.//that'swhyineed2querys,notasinglequerywhichinsert2records.withZQuery1dobeginSQL.Clear;SQL.Add('insertintoclient(name,age)values('+QuotedStr('john')+','+QuotedStr('20')