Hi,
I have read documentaion, searched www, can't find such a simple thing.
How to insert unicode string ?
Eg. MS SQL N char must be added in front of string.INSERT aaa VALUES(N'this is considered as unicode',12) ?? how in postgre ?