ComeçarComece de graça

Leader specific functions

Leader nodes have special functions that run only on them, a common source of errors. For example, you should always use the SUBSTRING function and avoid SUBSTR. Let's experiment and see why.

Este exercício faz parte do curso

Introduction to Redshift

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

-- Use SUBSTR on 'datacamp' starting at 4 as extract
SELECT ___('___', ___) AS ___;
Editar e executar o código