cancel
Showing results for 
Search instead for 
Did you mean: 
subhadeep
New Contributor II
since ‎01-21-2025
‎01-22-2025

User Stats

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Can some write a sql query , which queries a table like select * from stages.benefit , creates a csv and upload on azure 
I am using this query to create a csv in a volume named test_volsrr that i createdINSERT OVERWRITE DIRECTORY '/Volumes/DATAMAX_DATABRICKS/staging/test_volsrr'USING CSVOPTIONS ('delimiter' = ',', 'header' = 'true')SELECT * FROM staging.extract1gbDISTR...