blank spaces in mySQL

wxdqz

New Member
Hi,

I have already posted this in error in the coding forum (apologies).

Anyway

I am trying to put a single blank space into empty fields in a mySQL table. The purpose for this is to export the table to a | delimited text file using the mysql outfile function.

I have used varing attempts to write the blank space including ' ' and \s but the exported text file never has the single space that I want.

Any ideas?
 
Back
Top