Query a table and exit when first record found
704459Oct 2 2009 — edited Oct 2 2009I want to query a table and just want to know if any rows matching my query criteria exist in the table. I just want to find one row, irrespective of order and stop the query right there. How do I do that?