I am attempting to run all these queries (only part of the 2000 total) and need to export the results from each into their own excel file. Is there a way to automate this with an export function?
select * from Finance.ACCT_LIST limit 1000
select * from Finance.ACCTG_REV_DLY_AGG_F limit 1000
select * from Finance.ACQ_SHIP_F limit 1000
select * from Finance.ACQ_SO_F limit 1000
select * from Finance.ACQUISITION limit 1000
select * from Finance.ACTY limit 1000
select * from Sales.ADDR_CTRY_LANG limit 1000
select * from Common_Dimensions_Finance.ADJ limit 1000
select * from Finance.ADJ_CD_SRC_SYS limit 1000
select * from Common_Dimensions_Finance.ADJ_D limit 1000
select * from Supply_Chain.ADV_SHIP_NOTIF limit 1000
select * from Supply_Chain.ADV_SHIP_NOTIF_ITM limit 1000
select * from Common_Dimensions_Supply_Chain.ADV_SHIP_NOTIF_ITM_D limit 1000