我需要使用名为giraffez
的工具将Teradata中的数据提取到csv文件中。由于文件大小的限制,我必须一次执行一个日期。我可以使用以下命令执行此操作:
giraffez export "sel * from container.table where date='2015-01-01'" table20150101.csv -d ','
但是,我将上述代码放入一个循环中,该循环将在2015-01-01至2017-06-01期间每天进行迭代。我怎样才能做到这一点?
答案 0 :(得分:0)
生成日期之间所有日期的循环
// delete from folder
$filename = 'test.txt';
$ifile = '/newy/made/link/uploads/'. $filename; // this is the actual path to the file you want to delete.
unlink($_SERVER['DOCUMENT_ROOT'] .$ifile); // use server document root
// your file will be removed from the folder