ROQL order by length function
Summary:
Content (required):
Is there a ROQL equivalent to SQL's CHAR_LENGTH() function? I'm trying to write a simple query that would look something like the code snippet below, but not having any luck. I skimmed through the documentation, but couldn't find much on what functions ROQL supports. I've used length() function in Service Cloud analytics, but that does not work in ROQL object queries. Any insight would be appreciated!
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT * FROM TABLE ORDER BY CHAR_LENGTH(FIELDNAME);
0