Hi,
I want to alter VARCHAR columns to VARGRAPHIC, to support multibyte characters.
(If I define a column as 20, I don't meen 20 bytes but 20 characters. That's why I want to use the VARGRAPHIC).
On certain tables/columns the alter runs without any problem.
But with one table/column I get an SQL0901 error.
I use the command ALTER TABLE <table> ALTER COLUMN <column> SET DATATYPE VARGRAPHIC(<length>)
The SQL0191 explains there's an improperly formed multi-byte character.
How can I find what character/row causes the problem?
Thanks, Tinie Sluijter