When there is only one string to concatenate, CONCAT_WS does not append a separator: SELECT CONCAT_WS(',', 'one'); +---+ | CONCAT_WS(',', 'ONE') | |---| | one | +---+ Was this page helpful?YesNo Visit Snowflake Join the conversation Develop with Snowflake Share...