Inserting a 'tab' (ASCII char 9) Into a Column
582145Nov 14 2008 — edited Nov 14 2008Hi,
If I want to update my tableA.columnA to have a 'tab' escape char, do I just run the statement like below:
UPDATE tableA SET columnA = 'good morning || CHR(09) || ' WHERE myid=12345
Thanks,