-
Re: Redshift order by
Hi everyone, I am a Tier II Technical Advisor on the Domo Support team, and I actually field this question about Redshift a lot. What you observe about the behavior with ORDER BY in Redshift is actua…4 -
Re: How do I escape single quotes/apostraphes in a Beast Mode?
To escape a single-quote in a Beast Mode equals "=" operation, use 2 single quotes instead of 1. For example: CASE WHEN `lastName` = 'O''Sullivan' THEN ...7