INSTR Newline or Carriage Returns
dtjasonbMay 28 2009 — edited May 29 2009This seems to be a fairly simple question but I'm in need of figuring a way how to find the position of 2 new lines in a row from text in VARCHAR2 column. I would have though I could do the follwoing example would work but it doesnt' work as expected.
INSTR(columnX, char(13)char(13))
If someone could take pity and through me a bone on this I would appreciate it.