![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, We have some messages stored in a column in this format: AA|BB|CC|DD What we want is to replace the vertical bars with a CHR(10) for line feed, but have 3 leading spaces. Everything I try seems to only indent the first item 3 characters. Even I try to replace it with ' ' || CHR(10) and it ignores the spaces....... What we want is: AA BB CC Ideas anyone? |
#3
| |||
| |||
|
|
Hi, We have some messages stored in a column in this format: AA|BB|CC|DD What we want is to replace the vertical bars with a CHR(10) for line feed, but have 3 leading spaces. Everything I try seems to only indent the first item 3 characters. Even I try to replace it with ' ' || CHR(10) and it ignores the spaces....... What we want is: AA BB CC Ideas anyone? |
#4
| |||
| |||
|
|
Hi, We have some messages stored in a column in this format: AA|BB|CC|DD What we want is to replace the vertical bars with a CHR(10) for line feed, but have 3 leading spaces. Everything I try seems to only indent the first item 3 characters. Even I try to replace it with ' ' || CHR(10) and it ignores the spaces....... What we want is: AA BB CC Ideas anyone? |
#5
| |||
| |||
|
|
Hi, We have some messages stored in a column in this format: AA|BB|CC|DD What we want is to replace the vertical bars with a CHR(10) for line feed, but have 3 leading spaces. Everything I try seems to only indent the first item 3 characters. Even I try to replace it with ' ' || CHR(10) and it ignores the spaces....... What we want is: AA BB CC Ideas anyone? |
#6
| |||
| |||
|
|
e... (AT) chicagorsvp (DOT) com> a écrit dans le message de news: adee164f-6729-416f-8eca-35556d30f... (AT) m45g2000hsb (DOT) googlegroups.com... | Hi, | | We have some messages stored in a column in this format: *AA|BB|CC|DD | | What we want is to replace the vertical bars with a CHR(10) for line | feed, but have 3 leading spaces. | | Everything I try seems to only indent the first item 3 characters. | Even I try to replace it with ' * ' || CHR(10) and it ignores the | spaces....... | | What we want is: | * AA | * BB | * CC | | Ideas anyone? replace(column,'|',chr(10)) Regards Michel |
#7
| |||
| |||
|
|
e... (AT) chicagorsvp (DOT) com> a écrit dans le message de news: adee164f-6729-416f-8eca-35556d30f... (AT) m45g2000hsb (DOT) googlegroups.com... | Hi, | | We have some messages stored in a column in this format: *AA|BB|CC|DD | | What we want is to replace the vertical bars with a CHR(10) for line | feed, but have 3 leading spaces. | | Everything I try seems to only indent the first item 3 characters. | Even I try to replace it with ' * ' || CHR(10) and it ignores the | spaces....... | | What we want is: | * AA | * BB | * CC | | Ideas anyone? replace(column,'|',chr(10)) Regards Michel |
#8
| |||
| |||
|
|
e... (AT) chicagorsvp (DOT) com> a écrit dans le message de news: adee164f-6729-416f-8eca-35556d30f... (AT) m45g2000hsb (DOT) googlegroups.com... | Hi, | | We have some messages stored in a column in this format: *AA|BB|CC|DD | | What we want is to replace the vertical bars with a CHR(10) for line | feed, but have 3 leading spaces. | | Everything I try seems to only indent the first item 3 characters. | Even I try to replace it with ' * ' || CHR(10) and it ignores the | spaces....... | | What we want is: | * AA | * BB | * CC | | Ideas anyone? replace(column,'|',chr(10)) Regards Michel |
#9
| |||
| |||
|
|
e... (AT) chicagorsvp (DOT) com> a écrit dans le message de news: adee164f-6729-416f-8eca-35556d30f... (AT) m45g2000hsb (DOT) googlegroups.com... | Hi, | | We have some messages stored in a column in this format: *AA|BB|CC|DD | | What we want is to replace the vertical bars with a CHR(10) for line | feed, but have 3 leading spaces. | | Everything I try seems to only indent the first item 3 characters. | Even I try to replace it with ' * ' || CHR(10) and it ignores the | spaces....... | | What we want is: | * AA | * BB | * CC | | Ideas anyone? replace(column,'|',chr(10)) Regards Michel |
#10
| |||
| |||
|
|
e... (AT) chicagorsvp (DOT) com> a écrit dans le message de news: adee164f-6729-416f-8eca-35556d30f... (AT) m45g2000hsb (DOT) googlegroups.com... | Hi, | | We have some messages stored in a column in this format: AA|BB|CC|DD | | What we want is to replace the vertical bars with a CHR(10) for line | feed, but have 3 leading spaces. | | Everything I try seems to only indent the first item 3 characters. | Even I try to replace it with ' ' || CHR(10) and it ignores the | spaces....... | | What we want is: | AA | BB | CC | | Ideas anyone? replace(column,'|',chr(10)) Regards Michel |
![]() |
| Thread Tools | |
| Display Modes | |
| |