Hi,
Is it possible to insert character/s based on their character codes intoPosgreSQL with some SQL command?
i.e. INSERT INTO target_table VALUES 0x61 0x62 0x63 (values of characterscodes, not characters i.e. 'abc').
Thanks in advance
Sanjin