Home > Archive > Oracle Databases > September 2005 > how can I insert newline character into table?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author how can I insert newline character into table?
news.netvigator.com

2005-09-14, 8:25 pm

as title, please help.


Jørn Hansen

2005-09-14, 8:25 pm

news.netvigator.com wrote:
> as title, please help.
>
>

insert into TABLE (FIELD)
values 'first line' || chr(10) || 'second line';
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com