Oracle
 sql >> Database >  >> RDS >> Oracle

Come risolvere l'errore di espressione mancante ORA 00936?

Rimuovere la virgola?

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

Dai un'occhiata a DA