Viewing 4 posts - 1 through 5 (of 5 total)
From a data readability and governance perspective, enforcing values in place of NULL improves efficiency - again based on downstream reporting needs. This would avoids unnecessary string comparisons and simplifies...
February 4, 2025 at 6:17 pm
Snehalatha - You can achieve similar functionality in SNOWFLAKE using a combination of SUBSTR, CONCAT, and REPLACE functions like what Thomas Franz already mentioned. Thank you
January 3, 2025 at 7:26 pm
The context of the project was to build a report that would need us to concatenate values from various unique rows into a single string, with delimiters (like commas) and...
January 3, 2025 at 6:46 pm
Thomas Franz - With all due respect, every project and scenario is unique and we found this function to work the best based on our project context. You may refer...
January 3, 2025 at 4:51 pm
Viewing 4 posts - 1 through 5 (of 5 total)