cancel
Showing results for 
Search instead for 
Did you mean: 

REVERSE in HANA SQL

Ajinkya_Jadhav
Participant
0 Kudos

Hi,

Do we have anything similar to REVERSE in Calculated Column?

I want to reverse a string in the calculated column.

Thank You.

Best Regards,

Ajinkya Jadhav

KonradZaleski
Active Contributor
0 Kudos

Is the string length fixed for that field? or are there strings with different lengths?

Ajinkya_Jadhav
Participant
0 Kudos

String length is fixed.

Accepted Solutions (0)

Answers (1)

Answers (1)

lbreddemann
Active Contributor
0 Kudos

No, there is no such function available in the graphical calculation views.

You could write a scalar function that performs the reversal and use it in a SQL view, table function or SQL query, depending on where you want the reversal to happen.

Ajinkya_Jadhav
Participant
0 Kudos

Can I use that scalar function in Calculated column??