Select Distinct?

Hey all, I am brand new to this product and mostly new to DBs in general. One of the things I regularly do when interacting with a DB is do a SELECT DISTINCT, as I want to see only the unique values for a column. I cannot figure out how to do this in NocoDB – is this possible?

Thanks!

If you are connecting external database - you can create a SQL view for it. And do a meta sync. And we do idenityf that as a view (read only) - that should do it for your usecase.