function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PayerPathPayerPath 

SOQL select all/* ???

Hello,
 
I am writing a synch process from SFDC to our local DB's. Rather than typing out 200+ column names and also allowing for future column addition Id like to select all columns. Is this possible?
sathishkumar periyasamysathishkumar periyasamy
what mechanism used to sync the data from salesforce to local DB? 
Ward WilliamsWard Williams
Dear Salesforce: you need to add a 'SELECT *' functionality to select all columns from a Salesforce table(s).