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
I have a question that I don't think is related to a bug or feature request.
How can I query the dual table using the Athena Oracle connector. The dual table is found in SYS, but even specifying that doesn't work.
Example:
select sysdate from SYS.dual;
COLUMN_NOT_FOUND: line 1:8: Column 'sysdate' cannot be resolved or requester is not authorized to access requested resources
The text was updated successfully, but these errors were encountered:
I have a question that I don't think is related to a bug or feature request.
How can I query the dual table using the Athena Oracle connector. The dual table is found in SYS, but even specifying that doesn't work.
Example:
select sysdate from SYS.dual;
COLUMN_NOT_FOUND: line 1:8: Column 'sysdate' cannot be resolved or requester is not authorized to access requested resources
The text was updated successfully, but these errors were encountered: