Is there a way to get/index unique column values?
Hey all! I'm building a real estate saas that manages and creates a website for properties.
Basically I have a "property_addresses" table that has columns like "city", "state", "suburb" and so on.
I need to be able to get all unique values for the column "suburb" (for example) that are "linked" to an organization.
Is there a way to do this supabase/postgres alone?
Basically I have a "property_addresses" table that has columns like "city", "state", "suburb" and so on.
I need to be able to get all unique values for the column "suburb" (for example) that are "linked" to an organization.
Is there a way to do this supabase/postgres alone?