Table Data Processing

Is it possible to get a unique values from the table for processing through Process studio?

Hi,
Do you want to fetch unique values from one of the column in database table?
We can fetch unique values from table by using distinct keyword.
Ex. SELECT Distinct
department
FROM employeetable.

Put select query in 'Table Input ’ step to fetch unique data in workflow"