Creating functional indexes

Kuba

Member²
Could you implement in PL/SQL Developer a designer to creating functional indexes?
Now, in table editor, on 'Indexes' bookmark I could in very simple way create normal index using 'Select index columns' dialog. But if I want to create functional index (what I need do very often in polish language database) I have to write full content by hand, for example: NLSSORT(col1,'nls_sort=POLISH') or UPPER(col2).
 
Back
Top