How to Select all fields in SOQL?
In this blog post, we will learn about a special trick to retrieve all the fields through SOQL query. If you are coming from a Java background or .NET background you must be familiar with this query: “Select * from Table_name” : You can use this query in Java,.NET or PHP to retrieve all the data