I am exporting the data from a database table into a comma delimitted csv file. One of the column(notes) in the database table has a datatype text and when I export the data from this table only 256 characters are exported for the column notes. But my notes column has around 10000 characters.So how can I export all the characters into the csv file.
Thanks.