Conversion of datatype for checksum column from number to varchar2
We are using Oracle database version 19.3. We want to alter datatype of one of the columns (checksum) from number to varchar2. Whether this conversion can be possible. If yes, what are the steps for this conversion.
0