'How to Store Non English Words In Oracle Database
Insert into Tamil_language values (1, N'மோதிரம்') Insert into Tamil_language values (2, 'மோதிரம்')
Select * from Tamil_language Output i j
1 மோதிரம் 2 ???????
How to do this using store procedure in Oracle Database? How To Add 'N' Prefix For the Store procedure Parameter? Please Help me if any one know this.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
