Actually yes :) I
know it is late but for others interested in this, one can write:
SELECT "{{COLUMN_NAME}}"
FROM MY_TABLE
WHERE "{{COLUMN_NAME}}" > 0
Where COLUMN_NAME is a text parameter or of other nature. This will work as long as the provided value is a column name.