有没有办法查看特定列的分类内容?

Is there any way to see the categorical content of a specific column?

例如,如果 SQL 'categorical' 列衡量极端、高、中、低或无风险,我希望将这些值视为 SQL 的输出询问。我到处都找不到。

可能吗?谢谢。

 SELECT DISTINCT categorical
 FROM YOUR_TABLE

你可能需要这个吗?