I have DB2 database, and I have already defined tables with varchar(x)
, but it seems that x
- is not the number of characters but the number of bytes. Is it possible to fix the issue somehow dynamically? or should I update my tables?
↧
DB2 UTF8 storage configuration
↧