I want to query the DB for the instance of a product ID but I don't want to output all of the instances. I just want to post the ID once to show that it exists in the DB.
Thanks
SELECT DISTINCT blah FROM blah
thanks