Hi,
How do I write a query where if a column, "value," is NULL I return
the phrase "No value entered" but otherwise return the column's value,
even if it is the empty string? I'm tried to modify this simple query
SELECT value FROM meta_data
Thanks, - Dave
How do I write a query where if a column, "value," is NULL I return
the phrase "No value entered" but otherwise return the column's value,
even if it is the empty string? I'm tried to modify this simple query
SELECT value FROM meta_data
Thanks, - Dave
Comment