I want to replace the contents of a specific column with something else, regardless of what the original data in that column was. How can I do this with the replace() function in TSQL? Is tehre some ...
I realized how much easier my life would be if SQL had a mode() aggregate function. (I'm using it in the mathematical sense). I'm guessing that either I use SQL in a wierd way or there is a good ...