Question

I would like to know if there is "mid" function on Intersystems Caché Database. I'm trying to use it to solve a problem here, where I need to read a string of any size from the 8th character and I'm receiving the following error:

    Error: General error
    SQLState:  S1000
    ErrorCode: 0

Thank you all.

Was it helpful?

Solution

You're looking for $EXTRACT.

You can find documentation here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top