“Oracle SQL dois dígitos esquerdos” Respostas de código

Oracle Right Dois dígitos

-- ORACLE SQL - Get the 2 digits at the RIGHT end of a string
SELECT SUBSTR('TN0001234567890345',-2) FROM DUAL;
Trained Tuna

Oracle SQL dois dígitos esquerdos

-- ORACLE SQL - Get the 2 digits at the LEFT end of a string
SELECT SUBSTR('TN0001234567890345',1,2) FROM DUAL;
Trained Tuna

Respostas semelhantes a “Oracle SQL dois dígitos esquerdos”

Perguntas semelhantes a “Oracle SQL dois dígitos esquerdos”

Mais respostas relacionadas para “Oracle SQL dois dígitos esquerdos” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código