String split functionality in OQL Query

1
Hi, how to use string split functionality in OQL Query mendix.
asked
1 answers
0

The string functions available are: https://docs.mendix.com/refguide/oql-functions/

  • Upper – Uppercase
  • Lower – Lowercase
  • Length
  • Replace
  • operator +  – Concatenate

File an idea for this, as long as it can be translated to SQL.

answered