▲ | prpl 3 days ago | |||||||
Salesforce’s SOQL, like was mentioned with Jira’s JQL, also handles this type of thing _okay_ without explicit joins. I think “SQL is the interface” even for telemtry is the thing that truly makes sense, but it is messy with logs compared to splunk for example | ||||||||
▲ | shakna 3 days ago | parent [-] | |||||||
SoQL's lack of joins and subqueries makes it a real pain in my life. `having` and `group by` are not enough when doing a lot of things - like confirming data migration of 40m objects. Can't do a query builder in one step, or must write Apex. | ||||||||
|