Hello HANA experts,
I am not able create a index with any function applied on index column.
CREATE INDEX username_uppercase_idx ON my_schema.users(upper(username));
Does HANA support applying any function on index? Is there any workaround for this?
And HANA indexes are local to a partition or global indexes across the table?
Thanks,
Suren.