Identify "SMILING FACE WITH SMILING EYES" emoji character via SQL
Hello,
How to identify smile character (unicode: U+1F60A ) in a table column.
ex: in a column I have value as:
<br />
Thank you 😊
<br />
<br />
I want to list all the records which are having this smile character.
Thank you in advance.
0