-
how to use wildcards for Soql in salesforce?
Hi,
I don’t understand about wildcards:
Please can you explain me ( with example of words)
1 Select id from Account where Name LIKE ‘ %Dir%’
2 Select id from Account where Name LIKE ‘ Dir%’
3 Select id from Account where Name LIKE ‘ Dir_%’
thanks
Log In to reply.