Hi,I have a call csvwrite script for my database. How can I include the system date in the title of the csv file?Here is the current working script:CALL CSVWRITE('C:\TEMP\exportdata.csv','SELECT "DATA_PUSH".* FROM "PUBLIC"."DATA_PUSH" "DATA_PUSH"','fieldDelimiter= writeColumnHeader=false');Thanks!Sherry