SSIS||How to create Folder with Month Name using Variable?

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Month(getdate())==1 ? "Jan":
    Month(getdate())==2 ? "Feb":
    Month(getdate())==3 ? "Mar":
    Month(getdate())==4 ? "Apr":
    Month(getdate())==5 ? "May":
    Month(getdate())==6 ? "Jun":
    Month(getdate())==7 ? "Jul":
    Month(getdate())==8 ? "Aug":
    Month(getdate())==9 ? "Sep":
    Month(getdate())==10 ? "Oct":
    Month(getdate())==11 ? "Nov":"Dec"

ความคิดเห็น •