• Thanks for this posting.

    I have modify the script for the case sensitive database, applying the UPPER function to DATATYPE in the CASE WHEN, for each WHEN.

    Example:

    WHEN UPPER(DATA_TYPE) LIKE '%CHAR%' THEN 'string '

    Maurizio Fazio