Find Unique Words in One or More Columns?
问题 I'm looking at implementing tags in my ASP.NET website. After looking at several algorithms, I'm leaning towards having a couple of database columns that contain one or more tag words. I will then use full-text search to locate rows with specified tags. All of this seems pretty straight forward except for one thing: I need to be able to generate a list of available tags, which the user can select from. I know I can write a C# program to build the list of available tags, and then run it once