I am trying to migrate oracle table to mysql but I am running into some issues on target side due to which I can only use utf-8 i.e 3 Bytes.
I would like to run sql query to identify if any record has a unicode char beyond 3 byte range i.e U+0000 and U+FFFF
in another way. How to identify table rows having unicode char between code point value U+10000 and U+10FFFF ?