• Toreador (1/14/2013)


    What would be a good use of this function?

    Why wouldn't you just add a lookup table containing the index and description, and join to that?

    So that any changes required to a description could be made by just updating the lookup table, rather than rewriting SQL.

    This was exactly what I was wondering.