arabic text in where condition [message #353230] |
Mon, 13 October 2008 01:05  |
imfairozkhan
Messages: 8 Registered: October 2008
|
Junior Member |
|
|
hi all,
im running to this problem since two, i havent found anything good yet. i hope i can get good results from u all guys.
the problem is i have a table with one column in arabic and now i want to query from that column so i tried with this sql statement.
select * from bankname where bankarabicname like N'%بنك%'
but no results are displayed, whereas there are more than 20 records.
please help me in resolving my problem.
thanks
fairozkhan
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: arabic text in where condition [message #353276 is a reply to message #353275] |
Mon, 13 October 2008 03:27   |
imfairozkhan
Messages: 8 Registered: October 2008
|
Junior Member |
|
|
hi michel
i got this output
NLS_LANGUAGE AMERICAN
NLS_TERRITORY AMERICA
NLS_CURRENCY $
NLS_ISO_CURRENCY AMERICA
NLS_NUMERIC_CHARACTERS .,
NLS_CALENDAR GREGORIAN
NLS_DATE_FORMAT DD-MON-RR
NLS_DATE_LANGUAGE AMERICAN
NLS_SORT BINARY
NLS_TIME_FORMAT HH.MI.SSXFF AM
NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
NLS_DUAL_CURRENCY $
NLS_COMP BINARY
NLS_LENGTH_SEMANTICS BYTE
NLS_NCHAR_CONV_EXCP FALSE
from select * from nls_session_parameters;
thanks
fairozkhan
|
|
|
|
|
|