Question
Selecting content only rows
Is there a way to select only rows that have data instead of
using a cfif tag after the query? I want to query a table and
before returning results I want to only do the select statement if
the row has data. Right now there are rows deleted from my db and I
am selecting rows based on id numbers so if I select a deleted row
I have to return a "No record found" message using cfif.recordcount
eq 0. Is there a better way to do this?