-
|
Hi everyone, Any tips would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
hey @dekinf, yes this is something that needs to be improved. Could you share this information about your problematic columns? I have an idea. SELECT c.COLUMN_NAME, c.COLLATION_NAME, c.DATA_TYPE, COLLATIONPROPERTY(c.COLLATION_NAME, 'CodePage') AS CodePage
FROM INFORMATION_SCHEMA.COLUMNS c
WHERE c.TABLE_NAME = @table AND c.DATA_TYPE IN ('char', 'varchar', 'text') |
Beta Was this translation helpful? Give feedback.
@dekinf can you try with the latest release (1.4.24)?