"Using a variable to store the name of another variable may seem overly complex. However, there are some times when it is very useful."
Conversation
Replying to
A fun example: a few months ago I wanted to have the ascending/descending clause of a SQL ORDER BY clause depend on some data in the query, but it has to be a static ASC/DESC, at least in SQLite.

