Hi,
When we define varchar, char type we can specify FOR MIXED DATA to store multibyte characters if we are using multi-byte character set (MBCS).
My question is can we set it globally at database level? So we don't need to change our table creation scripts?
Thanks,
-Grace
When we define varchar, char type we can specify FOR MIXED DATA to store multibyte characters if we are using multi-byte character set (MBCS).
My question is can we set it globally at database level? So we don't need to change our table creation scripts?
Thanks,
-Grace