Skip to content

Tag: SOQL

Salesforce Logo
Programming

SOQL IN Operator in Salesforce

When writing SOQL queries we can use the IN operator or the = operator as long as we are using variables instead of hardcoded strings. This works because the result will be identical.

January 5, 2021
How to Select All Fields in SOQL
Salesforce

How to Select All Fields in SOQL

Instead of using Standard Query Language (SQL), Salesforce decided to create it’s own variation of the language for querying their databases. Salesforce…

March 21, 2017