Oracle
 sql >> Base de Dados >  >> RDS >> Oracle

Como resolver o erro de expressão ausente ORA 00936?


Remover a vírgula?
select /*+USE_HASH( a b ) */ to_char(date, 'MM/DD/YYYY HH24:MI:SS') as LABEL,
ltrim(rtrim(substr(oled, 9, 16))) as VALUE
from rrfh a, rrf b
where ltrim(rtrim(substr(oled, 1, 9))) = 'stata kish' 
and a.xyz = b.xyz

Dê uma olhada em DE