How do you replace a NULL value in the select with an empty string? It doesnt look very professional to output \"NULL\" values.
This is very unusual and based on my synt
Try below ;
select if(prereq IS NULL ," ",prereq ) from test