Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Inserting a 'tab' (ASCII char 9) Into a Column

582145Nov 14 2008 — edited Nov 14 2008
Hi,

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,
This post has been answered by Mike Pargeter on Nov 14 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2008
Added on Nov 14 2008
3 comments
14,103 views