how do I find the new columns in the database
How do I find the new columns introduced between 6.4.3 and 6.5.2. I am not having any luck finding documentation nor does it appear I have the permissions to run a query like this
select table_name, column_name, data_type, data_length
from sys.user_tab_columns where column_name = 'ATTRIBUTE_DATE20';