Isaac Rumbold
11/26/2024, 7:28 PMCeligo AI
11/26/2024, 7:28 PMAI generated answer (using internal Slack threads):To check if a multi-select SQL value is unique on a table, you can use the
DISTINCTSELECTsql
SELECT DISTINCT column_name
FROM table_name;column_nametable_nameWHEREsql
SELECT DISTINCT column_name
FROM table_name
WHERE column_name = 'your_value';Celigo AI
11/26/2024, 7:28 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.804938316
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801495373
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.796250224
Celigo AI
11/26/2024, 7:28 PM