Hello everyone,
I'm trying to insert a string with the character "≤" into a table, but when I select after, I get "=", and it's indeed "=" in the database.
When I do the same insert on the server locally, with sqlplus, it works fine, and when I select it with PL/SQL Developper, I get "≤"...