The following index hangs sql studio when executed in both internal and Oracle modes. According to the doc ( http://dev.mysql.com/doc/maxdb/en/6d/117c4dd14811d2a97400a0c9449261/content. htm ) I should be able to do this if I am reading it correctly.
CREATE INDEX "IDX_PERSON_UFNAME" ON "MYDB"."PERSON"(UPPER("FNAME") ASC)
Server: SAPDB v7.5.0.14 on Linux
