Retorna lista

Código SQL a ser usado:

select unnest(string_to_array('1,2,3', ',')) as lista

Retorno: 

| LISTA |
---------
| 1     |
| 2     |
| 3     |

Revisão #1
Criado 8 March 2022 10:17:43 por Nicolly Andrielly
Atualizado 26 October 2023 17:55:55 por Nicolly Andrielly