If I create dynamic table with:
 
CREATE TABLE some_table (name STRING, score INT)
WITH (
  'format' = 'csv',
  '...'
);

//do some other stuff here
 
Then how to save table result to CSV file?
 
Best,
 
Mike
 
 

Reply via email to