![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I want to find all rows with a '\n' in a varchar column: where message_text like '%\n%' does not work as the backslash is not being interpreted literally. |
#3
| |||
| |||
|
|
colinhay66 (AT) hotmail (DOT) com> wrote in message news:1126751772.656598.75310 (AT) f14g2000cwb (DOT) googlegroups.com... I want to find all rows with a '\n' in a varchar column: where message_text like '%\n%' does not work as the backslash is not being interpreted literally. You are looking for an ASCII 0x5C followed by ASCII 0x6E right? Not ASCII 0x0A? If so, what you are doing works for me. In Windows and Unix. |
![]() |
| Thread Tools | |
| Display Modes | |
| |