Message -
From: "Stephen Fromm"
Sent: Tuesday, November 11, 2003 4:17 PM
Subject: newlines and carriage returns in string data
> Is it OK to have actual newline/carriage return characters in string
data?
>
> E.g. consider the insert statement
> INSERT into table t1 ( ) VAL
Is it OK to have actual newline/carriage return characters in string data?
E.g. consider the insert statement
INSERT into table t1 ( ) VALUES('Here is a newline:\nThere it was!');
Now consider the statement, typed as
INSERT into table t1 ( ) VALUES('Here is a newline:
There it was!');
Is the sec