Quantcast
Channel: SCN : All Content - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6745

Does HANA support function in index?

$
0
0

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.


Viewing all articles
Browse latest Browse all 6745

Trending Articles