Skip to main content

Is there a way to remove duplicate values in a coloumn ? 

Hey ​@Saba ,

Do you mean in SQL or PQL? Either way, you can use DISTINCT for this.

DISTINCT forces your query to only contain unique values

Let me know if you need an example.


Reply