inserting pound (£)symbol in a table from .sql file
886413Jun 8 2012 — edited Jun 11 2012Hi,
While executing insert statement from sql developer that contains '£' symbol it is inserted correctly as '�' in a table according to th character set of the DB.
but when i execute the same insert statement that is inside a sql file it is inserted as '#' symbol in the same table in the same DB.
is there any difference executing the same insert statement from sql developer and from a file?
can anyone telll me the answer?
Thanks in avance