I need MySQL to return something such as 'is_null' or really anything other then not returning a row to begin with when making a SELECT query. So if I make a query to SELET 26 items and only one item is found instead of returning only one row I still need it to return 26 rows even if 25 return 'is_null'.
- John