How to query all fields in salesforce
You cannot use wildcards in salesforce querys. You will need to extract the field names and generate a SOQL that includes all the fields. Alternatively, you can use the developer console to generate the query and it will give you all the fields and use that. In workbench you have to first login with your … Read more