Skip to content

Instantly share code, notes, and snippets.

@FCO

FCO/p-extra.sql Secret

Last active December 15, 2018 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FCO/f666afbffe6e545e24bcfce3e636dd1f to your computer and use it in GitHub Desktop.
Save FCO/f666afbffe6e545e24bcfce3e636dd1f to your computer and use it in GitHub Desktop.
SELECT
CASE
WHEN (email == '' OR email IS NULL) THEN name
ELSE name || ' => ' || email
END
as "data"
FROM
person
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment