I'm trying to clean out a SQLite table that has a text field with
multiple carriage returns. I can't figure out how to represent a
carriage return in a replace function.This is on a Windows system.
I've tried

Select Replace(field, '\n','') from table  but it doesn't return the
data unchanged at all. If I take the \n out of single quotes I just
get an error.

TIA

Matt
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to