Comma Inserter for SOQL

#5 / 3 rate

Comma Inserter for SOQL

95 users

2023-03-05

Rohitkumar A

Extension Information

5 star
100%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Description

Insert normal and inverted commas in salesforce SOQL IN clause with 1 click!

Format your multiple items with inverted comma , normal comma for using in your salesforce SOQL query IN Clause.

for example,

below lines are the values you want to pass into your SOQL IN Clause.

545652
212145
145459
963323

so it should look like --> '545652','212145','145459','963323'

example,
Select Id from Account where AccountNumber IN ('545652','212145','145459','963323')