News

Enter the Oracle "ALTER INDEX" command, using the following code as an example:ALTER INDEX table_index_ix REBUILD PARALLEL;Use the name of the index you wish to rebuild in place of "table_index_ix." ...
These statements still work in Oracle mode. I guess this change was intentional, but I could not find a changelog entry. By the way: Thank you very much for developing h2!
Make the OpenTenBase partition table Oracle syntax compatible, including but not limited to: alter table main table truncate partition (sub table); select xxx from main table partition (sub table) ...