I'm doing a SELECT INTO OUTFILE
and it's showing a "\N" for every NULL
value. Is there any way for me to make it just be blank instead?
I'm on MySQL.
You can use the COALESCE
function something like this:
COALESCE(yourfield, '')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With