Home:ALL Converter>Searching filter value from text

Searching filter value from text

Ask Time:2020-10-27T19:42:57         Author:shoyeb shahriar

Json Formatter

select id,type, Rt_behaviour_text,created_at
from table_name;

Here value for the column 'type' is dependant on searching text from 'Rt_behaviour_text' which holds xml data.

If the specific filter value 'type=REALTIME' is available into 'Rt_behaviour_text', then 'type' column would be filled up with 'REALTIME' otherwise ''.

How can I do this in sap hana?

Author:shoyeb shahriar,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/64553710/searching-filter-value-from-text
yy