Skip to main content
Question

Duplicate

  • March 13, 2025
  • 1 reply
  • 26 views

Saba
Level 7
Forum|alt.badge.img
  • Level 7
  • 16 replies

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

1 reply

Sverre Klein
Level 10
Forum|alt.badge.img+14
  • Level 10
  • 204 replies
  • March 13, 2025

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.