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 ...
My coworker was talking about a command that he thought MS-SQL supported where you could use a single UPDATE statement, and if the record didn't exist, it would do an INSERT instead. All without using ...