Export SQL to Excel - handling nulls When I run this plug-in with SQL

Export SQL to Excel - handling nulls

When I run this plug-in with SQL of the form "SELECT * FROM ...", any NULL value in the source table are converted to spaces (blanks) in the CSV file. Is there a way to produce NULL in the CSV file? Do I have to specify each field in the table and use the IFNULL function? (I am using a MySQL database)

OriginalPostID-210865

OriginalPostID-210865

  Discussion posts and replies are publicly visible