Recent content by Eduard

  1. E

    nvarchar columns not displayed

    Hi, I suppose is some kind of misconfiguration on my oracle client but when I run something like select nvarchar_col, to_char(nvarchar_col) from table1 where nvarchar_col like 'a%' it returns ,'abc' ,'aij' The nvarchar column is not displayed but the convert to varchar works fine. Some...
Back
Top