In a SQL select statement how do I get it to only display a record once, regardless of how many times it is found.<BR><BR>I have a table with system names. In a lot of cases the system name is listed ...
Often times, I work with a stored procedure that takes a complex input and does some work with it. By complex, I usually mean at least one value passed in that contains a non-specific number of values ...