Skip to content
Advertisement

codeigniter add N in sql Query INSERT unicode text

I am working with codeigniter / SQL. Where I want to insert unicode string with ‘N’ Prefix the insert. How can I achieve it in regular insert.

Regular Code:

JavaScript

INSERT Trying to Achieve:

JavaScript

Is there any way to achive the above insert instead of manually writing the Query.?

Advertisement

Answer

This is the simplest way to do it.

JavaScript

Or, if the prefix needs to more dynamic do this

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement