I run a MySQL based web forum, and am in the process of migrating the data across.
When I saved the original data as a MySQL query a few of the fields had "NULL" in them - fair enough I thought.
Now I've migrated the data back into my new system fields with "NULL" in them are registering as the text string "NULL" rather than blank/empty/null - so for example if a user did not put any interests down in the old system the new system is displaying "Interests:NULL" - ugly.
Is there any danger of me doing a search and replace on the relevant tables so that "NULL" entries are replaced with a blank entry? Can someone give me the proper syntax so I don't screw it up?
Thanks in advance
Tama
When I saved the original data as a MySQL query a few of the fields had "NULL" in them - fair enough I thought.
Now I've migrated the data back into my new system fields with "NULL" in them are registering as the text string "NULL" rather than blank/empty/null - so for example if a user did not put any interests down in the old system the new system is displaying "Interests:NULL" - ugly.
Is there any danger of me doing a search and replace on the relevant tables so that "NULL" entries are replaced with a blank entry? Can someone give me the proper syntax so I don't screw it up?
Thanks in advance
Tama