Snippets tagged “unique-values”
2 snippets use this tag.
- Get unique values from a list in pythonPython
In Python, you can use the set() function to get the unique values from a list.
- selecting unique values from a columnPHP
To select unique values from a column in PHP, you can use the array_unique function.