Hello, Joe!
On Thu, Dec 27, 2001 at 07:01:16AM -0800, you wrote:
> I am trying to establish whether or not it is possible - and how to
> implement the solution - to execute an sql statement and restricting
> the results to a single match even though there may be more than a
> single record which matches the criteria.
>
> e.g. select min(counter) from my_table butonlyone;
select min(counter) from my_table limit 1;
--
NEVE-RIPE