Transforming SELECT from case to camelCase via sql with execute
I am getting some values for example
I wish to transform this with the AS keyword:
The issue is that it just returns as:
It does not follow the camelCase that was defined, it just goes lower case for some reason.
3 Replies