<@U01NG3F0YKU> try \ to escape CASE WHEN {customer...
# administration
h
@mightyd3 try \ to escape CASE WHEN {customer} = 'Johnny\'s'
m
I did, sadly would error out.
tl;dr: use double apostrophe
CASE WHEN {customer} = 'Johnny''s'
👍 2