You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, I think either the quotes should be left off, or quoted identifiers should be upper cased. Can you confirm this? Sorry for the late repsone. Traveling at the moment.
They should be left off, Oracle is using quotes as regular chars.
if you query SELECT "sysdate" FROM "dual" you tell oracle to look for a table called "dual" and not dual
Isn't it wrong to quote oracle tables and identifiers ?
I get error when calling oracle.
generates following:
result:
I would think this because there is no table called "dual" (quoted) ?
same problem with the "sysdate" identifyer.
The text was updated successfully, but these errors were encountered: