format('delete * from workerday where (wdate>=%.5f) and (wdate <%.5f) and (p_id in %d)',[floattodatetime(trunc(dtp1.Date)),floattodatetime(trunc(dtp2.Date)),A])上面这句话中p_id是人员编号,都存在INTEGER类型的数组A中,我的意思就是(p_id in %d)句中的%d肯定不对的,应换成什么?