'SQL Query Question about Values in Column

I am in a new table and I want to know what to use for a query to determine what values are in a certain column. I use Teradata as my place to write scripts.

Understanding a little more about the exact thing I am looking for. So I have a column name with ENTY_TYPE. When I limit the query to 1,000 I am only getting a limited of numbers (e.g. 1,2,3). I want to see the whole possible list that the table has for the column.

Does anyone how I can query all possible values for the column?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source