Created
January 7, 2022 20:47
-
-
Save dev-armando/9eb08085c64aa4f024ea2b584f6da6f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
CASE | |
WHEN '432432' in (select unnest(string_to_array( '432432,545345' , ','))) THEN 'yes' | |
else 'nada' | |
END | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment