Viewing post 1 (of 1 total)
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%'...
November 16, 2007 at 10:36 am
#751915