如提,由於我不知道我的資料哪一個是主見,為了防止失誤所以希望有函數可以假裝主件以下是我要新增主件的代碼 select RTRIM(t.TM014)as 日期,RTRIM(TL005)as 幣別,RTRIM(t.TM010)as 單價 from dbo.[PURTM]t, dbo.[PURTL]u,dbo.[PURMA]K where TM015='' and RTRIM(MA200)!='Y' AND RTrim(K.MA001)=RTRIM(u.TL004) AND t.TM001=u.TL001 and t.TM002=u.TL002 and t.TM014 between '${format(MONTHDELTA(TODAY(),-12),"yyyyMMdd")}' and '${format(TODAY(),"yyyyMMdd")}' |
最佳回答 |
||||
0
|
|