kaancho12
Technical User
- Feb 22, 2005
- 191
hi,
my sql statement looks like this:
"INSERT INTO TABLE (row1, row2, row3) VALUES ('A',
'There is a line break after this
this line wont show up in the table.
Same with this line',
'row 3 shows up fine')";
is there a way i can ignore the line breaks in the mysql when doing this type of insert so that the line breaks are converted to spaces or s.t.????
my sql statement looks like this:
"INSERT INTO TABLE (row1, row2, row3) VALUES ('A',
'There is a line break after this
this line wont show up in the table.
Same with this line',
'row 3 shows up fine')";
is there a way i can ignore the line breaks in the mysql when doing this type of insert so that the line breaks are converted to spaces or s.t.????