Oracle
 sql >> Datenbank >  >> RDS >> Oracle

Wie behebt man ORA 00936 Fehlender Ausdrucksfehler?

Komma entfernen?

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

Sehen Sie sich FROM an