Trandent API
POST
COMMUNITY
select col1, case when col2 regexp '^-?[0-9]+$' then CONCAT('test:',col2) when col2 regexp 'regex' then 'example' else col2 end as col2 from table;