Is there an SQL solution to limit the number of results a query returns? Basically I want to be able to select only one record from a database. Preferably the first, but it doesn't really matter. Is there anything I might add to the WHERE part of the query (or somewhere else) that allows me to do this?