Hi Team , I have below query to run
SELECT Name,ccrz__SKU__c,ccrz__ShortDescRT__c,(select Id,ccrz__Price__c from ccrz__E_PriceListItems__r where ccrz__Pricelist__r.ccrz__PricelistId__c ='UP_Price_Main' LIMIT 1),(select ccrz__URI__c from ccrz__E_ProductMedias__r where ccrz__URI__c != null LIMIT 1) FROM ccrz__E_Product__c where ccrz__Storefront__c = 'UsedPartsStore' and ccrz__ProductType__c = 'Product' and (CreatedDate = LAST_N_DAYS:7 OR LastModifiedDate= LAST_N_DAYS:7) ORDER BY CreatedDate DESC
I want to export this data to SFTP server , is this inner query supported by Skyvia? if yes, how ?