sql >> Base de Datos >  >> RDS >> Oracle

¿Cómo resolver el error de expresión faltante ORA 00936?

¿Quitar la coma?

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

Echa un vistazo a FROM