I am needing to limit the number of records that are returned by my SQL Statement.
The statement can return more than 300 records or sometimes none. Whether there are 3 records returned or 300 returned, I just want the first five(that is if there is even five to return).
Does anyone have an idea?
The statement can return more than 300 records or sometimes none. Whether there are 3 records returned or 300 returned, I just want the first five(that is if there is even five to return).
Does anyone have an idea?